summaryrefslogtreecommitdiff
path: root/vcl/source/app/unohelp.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-19 14:16:55 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-19 14:18:10 +0100
commit5bb4a2ba1d8a6b98720868786e552aa8fd2a22eb (patch)
treef891d796fa21c5bfb941eaa4a3f0c05a7e179cc6 /vcl/source/app/unohelp.cxx
parent2633b249ea6921645c57ab24a1c9ad0c8e61e144 (diff)
further OUString cleanup
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
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 47da039ebdc5..3b15d25bd521 100644
--- a/vcl/source/app/unohelp.cxx
+++ b/vcl/source/app/unohelp.cxx
@@ -67,9 +67,9 @@ uno::Reference < i18n::XCharacterClassification > vcl::unohelper::CreateCharacte
aLibName += aDLLSuffix;
}
#ifdef MACOSX
- aLibName += OUString( ".dylib" );
+ aLibName += ".dylib";
#else
- aLibName += OUString( ".so" );
+ aLibName += ".so";
#endif
#endif