diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-26 18:14:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-26 23:08:52 +0200 |
commit | c7237caae9243080de1e325b2751951886800b59 (patch) | |
tree | cd1de27613dda5e5a1e182ceb2fce7fe21e75977 /cppuhelper | |
parent | 897e14c190140bb93d2cfe9649853cdc6abf2fff (diff) |
Why OSL_ENSURE something that is not required?
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/source/shlib.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index c9e1a35a5..079eeae13 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -242,15 +242,6 @@ static OUString makeComponentPath( sal_Int32 nEnd = endsWith( rLibName, OUSTR(SAL_DLLEXTENSION) ); if (nEnd < 0) // !endsWith { -#ifndef OS2 -//this is always triggered with .uno components -#if (OSL_DEBUG_LEVEL >= 2) - OSL_ENSURE( - !"### library name has no proper extension!", - OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() ); -#endif -#endif // OS2 - #if defined SAL_DLLPREFIX nEnd = endsWith( rLibName, OUSTR(".uno") ); if (nEnd < 0) // !endsWith |