office-gobmx/sdext
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
CppunitTest_sdext_pdfimport.mk
CustomTarget_pdfimport.mk
Executable_pdf2xml.mk
Executable_pdfunzip.mk
Executable_xpdfimport.mk
Library_pdfimport.mk Correct linker library sequence for pdfimport 2014-05-20 19:59:49 +02:00
Library_PresentationMinimizer.mk
Library_PresenterScreen.mk
Makefile
Module_sdext.mk
Package_pdfimport_xpdfimport.mk
README
StaticLibrary_pdfimport_s.mk

Extensions for the Impress and Draw applications.