[Libreoffice-commits] .: binfilter/bf_sd

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Sun Nov 21 10:12:32 PST 2010


 binfilter/bf_sd/source/ui/unoidl/sd_facreg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 015f0b0c358e5b739cd528f11e8e39c57a702ade
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Nov 21 12:12:18 2010 -0600

    add a missing ifdef (thanks to cppcheck)

diff --git a/binfilter/bf_sd/source/ui/unoidl/sd_facreg.cxx b/binfilter/bf_sd/source/ui/unoidl/sd_facreg.cxx
index e1c8398..4191e41 100644
--- a/binfilter/bf_sd/source/ui/unoidl/sd_facreg.cxx
+++ b/binfilter/bf_sd/source/ui/unoidl/sd_facreg.cxx
@@ -126,7 +126,9 @@ void * SAL_CALL component_getFactory( const sal_Char * pImplName, void * pServic
     return pRet;
 }
 
+#ifdef __cplusplus
 }
+#endif
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list