summaryrefslogtreecommitdiffstats
path: root/vcl/source/app/unohelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/unohelp.cxx')
-rw-r--r--vcl/source/app/unohelp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/app/unohelp.cxx b/vcl/source/app/unohelp.cxx
index e5187c1d1dcc..d5e4e0838b25 100644
--- a/vcl/source/app/unohelp.cxx
+++ b/vcl/source/app/unohelp.cxx
@@ -58,9 +58,9 @@ OUString vcl::unohelper::CreateLibraryName( const sal_Char* pModName, sal_Bool b
{
aLibName += aDLLSuffix;
}
- aLibName += OUString( ".dll" );
+ aLibName += ".dll";
#else
- aLibName = OUString( "lib" );
+ aLibName = "lib";
aLibName += OUString::createFromAscii( pModName );
if ( bSUPD )
{