[Libreoffice-commits] .: 2 commits - cppuhelper/source

Caolán McNamara caolan at kemper.freedesktop.org
Mon Aug 22 07:19:32 PDT 2011


 cppuhelper/source/servicefactory.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 598ea329b703fcf165690dac51202ee11754790f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Aug 22 15:17:21 2011 +0100

    OSL_DEBUG_LEVEL > 1

diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx
index 7971d7a..9b2d966 100644
--- a/cppuhelper/source/servicefactory.cxx
+++ b/cppuhelper/source/servicefactory.cxx
@@ -56,7 +56,9 @@
 #include "com/sun/star/registry/XSimpleRegistry.hpp"
 #include "com/sun/star/registry/XImplementationRegistration.hpp"
 #include "com/sun/star/security/XAccessController.hpp"
+#if OSL_DEBUG_LEVEL > 1
 #include <stdio.h>
+#endif
 
 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
 
commit 21384876933080a67733cc60bda5597e5b4e87fb
Author: Gabor <jengab at elte.hu>
Date:   Mon Aug 22 15:55:25 2011 +0200

    servicefactory fix

diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx
index e796a96..7971d7a 100644
--- a/cppuhelper/source/servicefactory.cxx
+++ b/cppuhelper/source/servicefactory.cxx
@@ -56,6 +56,7 @@
 #include "com/sun/star/registry/XSimpleRegistry.hpp"
 #include "com/sun/star/registry/XImplementationRegistration.hpp"
 #include "com/sun/star/security/XAccessController.hpp"
+#include <stdio.h>
 
 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) )
 


More information about the Libreoffice-commits mailing list