summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/merge.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-12-04 14:19:41 +0200
committerNoel Grandin <noel@peralex.com>2014-12-05 11:34:20 +0200
commit0375504f7be34d857859dfbaa312501e0eaaaad1 (patch)
tree92e67f8b77e53c343306483bc49f5021283d3519 /l10ntools/source/merge.cxx
parentjava: remove some comment noise (diff)
downloadcore-0375504f7be34d857859dfbaa312501e0eaaaad1.tar.gz
core-0375504f7be34d857859dfbaa312501e0eaaaad1.zip
fdo#38835 strip out OString globals
Change-Id: Id2eb27132fd6c1734e50c02617ce1bbb75e294a0
Diffstat (limited to 'l10ntools/source/merge.cxx')
-rw-r--r--l10ntools/source/merge.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/merge.cxx b/l10ntools/source/merge.cxx
index ee980093c709..a8323be61884 100644
--- a/l10ntools/source/merge.cxx
+++ b/l10ntools/source/merge.cxx
@@ -439,7 +439,7 @@ void MergeDataFile::InsertEntry(
OString MergeDataFile::CreateKey(const OString& rTYP, const OString& rGID,
const OString& rLID, const OString& rFilename, bool bCaseSensitive)
{
- static const OString sStroke('-');
+ static const char sStroke[] = "-";
OString sKey( rTYP );
sKey += sStroke;
sKey += rGID;