summaryrefslogtreecommitdiff
path: root/basic/source/runtime/dllmgr-x86.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/dllmgr-x86.cxx')
-rw-r--r--basic/source/runtime/dllmgr-x86.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/dllmgr-x86.cxx b/basic/source/runtime/dllmgr-x86.cxx
index 777a18e99b7f..ffce759a1771 100644
--- a/basic/source/runtime/dllmgr-x86.cxx
+++ b/basic/source/runtime/dllmgr-x86.cxx
@@ -657,7 +657,7 @@ SbError Dll::getProc(OUString const & name, ProcData * proc) {
OUString fullDllName(OUString const & name) {
OUString full(name);
if (full.indexOf('.') == -1) {
- full += OUString(".DLL");
+ full += ".DLL";
}
return full;
}