office-gobmx/fpicker
Noel Grandin 9af0abebfd remove unnecessary use of Reference constructor in throw
Convert code like this:
  throw IOException("xx",
     Reference< XInterface >(static_cast<OWeakObject*>(this)) );
to this:
  throw IOException("xx",
     static_cast<OWeakObject*>(this) );

Change-Id: Ife9f645f0f1810a8e80219126193015502c43dbb
2014-05-27 08:20:11 +02:00
..
source remove unnecessary use of Reference constructor in throw 2014-05-27 08:20:11 +02:00
test
uiconfig/ui
AllLangResTarget_fps_office.mk
Library_fps.mk
Library_fps_aqua.mk
Library_fps_office.mk
Makefile
Module_fpicker.mk
README
UIConfig_fps.mk
WinResTarget_fps.mk

Native file pickers for OS X and Windows (file open dialog).