diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 15:17:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-22 15:18:58 +0100 |
commit | 598ea329b703fcf165690dac51202ee11754790f (patch) | |
tree | 29426ff75e02abd30a07ccb461ee40da1f3dff53 /cppuhelper | |
parent | 21384876933080a67733cc60bda5597e5b4e87fb (diff) |
OSL_DEBUG_LEVEL > 1
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/servicefactory.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cppuhelper/source/servicefactory.cxx b/cppuhelper/source/servicefactory.cxx index 7971d7ab207e..9b2d9666841c 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) ) |