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

New commits:
commit 1b65d9ed728bff7123d4385248ce6671c4de8bc0
Author: Tor Lillqvist <t...@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 -
 // --------------------
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to