summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/localizationmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/localizationmgr.cxx')
-rw-r--r--basctl/source/basicide/localizationmgr.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basctl/source/basicide/localizationmgr.cxx b/basctl/source/basicide/localizationmgr.cxx
index 4d248c16dc9d..8822ee21c9ba 100644
--- a/basctl/source/basicide/localizationmgr.cxx
+++ b/basctl/source/basicide/localizationmgr.cxx
@@ -172,8 +172,7 @@ OUString implCreatePureResourceId
+ aDot;
if( !aCtrlName.isEmpty() )
{
- aPureIdStr += aCtrlName;
- aPureIdStr += aDot;
+ aPureIdStr += aCtrlName + aDot;
}
aPureIdStr += aPropName;
return aPureIdStr;