[Libreoffice-commits] .: Branch 'feature/android-single-dso' - filter/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Oct 2 04:22:41 PDT 2012


 filter/source/xmlfilterdetect/fdcomp.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit a4f54148248efab3978b874e1b77794a4737d117
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Oct 2 14:13:28 2012 +0300

    Fix build error
    
    Change-Id: I6ca7b9462913864d11a0e0da7136a90fe041afa1

diff --git a/filter/source/xmlfilterdetect/fdcomp.cxx b/filter/source/xmlfilterdetect/fdcomp.cxx
index 300da56..05f09c1 100644
--- a/filter/source/xmlfilterdetect/fdcomp.cxx
+++ b/filter/source/xmlfilterdetect/fdcomp.cxx
@@ -40,7 +40,7 @@ using namespace ::com::sun::star::lang;
 using namespace ::com::sun::star::registry;
 
 extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL xmlfd_component_getFactory(
-    char const * pImplName, void * pServiceManager, void * pRegistryKey)
+    char const * pImplName, void * pServiceManager, void * /* pRegistryKey */ )
 {
     void * pRet = 0;
     OUString implName = OUString::createFromAscii( pImplName );
@@ -59,7 +59,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT void * SAL_CALL xmlfd_component_getFactory(
     }
 
     return pRet;
-
-}
 }
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list