diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-10-09 09:23:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-10-09 11:41:31 +0300 |
commit | 3c4c11700899a1ee70d16444d960bd220d8e0b48 (patch) | |
tree | da25e6f113896fa2795324f02326ac365b368e56 /cppuhelper | |
parent | 835a0a97ab99d92b0c5f9762f585b4c837bcc0ba (diff) |
I want to see what unknown library is required always
Change-Id: I7e0eb7ba3be8ac2b70e6a56d84c1a890be0ba396
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index ed140f00f8a5..bd9270153890 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -41,9 +41,7 @@ #include "com/sun/star/beans/XPropertySet.hpp" -#if OSL_DEBUG_LEVEL > 1 #include <stdio.h> -#endif #include <vector> #ifdef IOS @@ -570,9 +568,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( } if ( pSym == NULL ) { -#if OSL_DEBUG_LEVEL > 1 fprintf( stderr, "attempting to load unknown library %s\n", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() ); -#endif assert( !"Attempt to load unknown library" ); } } |