[Libreoffice-commits] core.git: vcl/workben

Stephan Bergmann sbergman at redhat.com
Fri Aug 21 00:04:40 PDT 2015


 vcl/workben/fftester.cxx |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 18e4f434d0cdb3c81cb90c7dd24ca3fefcca8d00
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Aug 21 09:03:19 2015 +0200

    loplugin:externandnotdefined
    
    Change-Id: I482335ce6f9f0a4c1404109c7041ebf1c9108c8e

diff --git a/vcl/workben/fftester.cxx b/vcl/workben/fftester.cxx
index e3d3ffc..b3e0b6a 100644
--- a/vcl/workben/fftester.cxx
+++ b/vcl/workben/fftester.cxx
@@ -52,15 +52,15 @@
 #include <osl/file.hxx>
 #include <signal.h>
 
+#include <../source/filter/igif/gifread.hxx>
+#include <../source/filter/ixbm/xbmread.hxx>
+#include <../source/filter/ixpm/xpmread.hxx>
+#include <../source/filter/jpeg/jpeg.hxx>
+
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
 using namespace cppu;
 
-extern bool ImportJPEG( SvStream& rInputStream, Graphic& rGraphic, void* pCallerData, GraphicFilterImportFlags nImportFlags );
-extern bool ImportGIF( SvStream & rStm, Graphic& rGraphic );
-extern bool ImportXBM( SvStream& rStream, Graphic& rGraphic );
-extern bool ImportXPM( SvStream& rStm, Graphic& rGraphic );
-
 extern "C" { static void SAL_CALL thisModule() {} }
 
 typedef bool (*WFilterCall)(const OUString &rUrl);


More information about the Libreoffice-commits mailing list