summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-05 12:56:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-05 12:56:26 +0000
commit32bdcdd411178a909806905bdee8725e3492dc7f (patch)
tree7ade21b8294d874910dd6f036c0f50cabb64413c /vcl
parent4e6369c51bbf59d29e2686d4e5d3b2e8b4393903 (diff)
fix build
Change-Id: I45c180d5eed1bcac97674ce39ae07b9a47819aa4
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/wmf/winmtf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/wmf/winmtf.cxx b/vcl/source/filter/wmf/winmtf.cxx
index fc4bd6e4e384..1c66a1b8bfd8 100644
--- a/vcl/source/filter/wmf/winmtf.cxx
+++ b/vcl/source/filter/wmf/winmtf.cxx
@@ -151,7 +151,7 @@ namespace {
OUString getLODefaultLanguage()
{
if (utl::ConfigManager::IsAvoidConfig())
- return "en-US";
+ return OUString("en-US");
OUString result(officecfg::Office::Linguistic::General::DefaultLocale::get());
if (result.isEmpty())
result = officecfg::Setup::L10N::ooSetupSystemLocale::get();