summaryrefslogtreecommitdiff
path: root/l10ntools/source/localize.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-08 10:57:00 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-08 10:57:00 +0100
commit88692a2d244b7e85a20b6b1782873347326cba03 (patch)
tree36120d39e36a948e89058e8cc252ab10031ed14d /l10ntools/source/localize.cxx
parentaa974f399306d5db9a6b3ebbad41b8827c475ae1 (diff)
This should have been OUStringLiteral
(which hopefully also fixes some tb's complaints about the code) Change-Id: Ie7529ad40c5c91214c281e84461888525cbbf479
Diffstat (limited to 'l10ntools/source/localize.cxx')
-rw-r--r--l10ntools/source/localize.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index 4a52300570e6..f091d5b838cb 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -148,7 +148,7 @@ bool handleFile(
const OString& rPotDir, bool bInitPoFile )
{
struct Command {
- OUString extension;
+ OUStringLiteral extension;
OString executable;
bool positive;
};