[Libreoffice-commits] .: vcl/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 5 03:25:29 PST 2013


 vcl/source/filter/graphicfilter.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 1b65d9ed728bff7123d4385248ce6671c4de8bc0
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sat Jan 5 13:25:00 2013 +0200

    WaE: defined but not used in the DISABLE_EXPORT case
    
    Change-Id: I14e851a74955ff4053026e7fb664759cbf24c86a

diff --git a/vcl/source/filter/graphicfilter.cxx b/vcl/source/filter/graphicfilter.cxx
index 3a68acd..bacf6f8 100644
--- a/vcl/source/filter/graphicfilter.cxx
+++ b/vcl/source/filter/graphicfilter.cxx
@@ -107,6 +107,8 @@ public:
                                         ~ImpFilterOutputStream() {}
 };
 
+#ifndef DISABLE_EXPORT
+
 static sal_Bool DirEntryExists( const INetURLObject& rObj )
 {
     sal_Bool bExists = sal_False;
@@ -157,6 +159,8 @@ static void KillDirEntry( const String& rMainUrl )
     }
 }
 
+#endif // !DISABLE_EXPORT
+
 // --------------------
 // - Helper functions -
 // --------------------


More information about the Libreoffice-commits mailing list