diff options
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmllib_imexp/xmllib_export.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/source/xmllib_imexp/xmllib_export.cxx b/xmlscript/source/xmllib_imexp/xmllib_export.cxx index f7a3b17ddc46..fa74273205fb 100644 --- a/xmlscript/source/xmllib_imexp/xmllib_export.cxx +++ b/xmlscript/source/xmllib_imexp/xmllib_export.cxx @@ -29,8 +29,8 @@ using namespace com::sun::star; namespace xmlscript { -const char aTrueStr[] = "true"; -const char aFalseStr[] = "false"; +const OUStringLiteral aTrueStr = u"true"; +const OUStringLiteral aFalseStr = u"false"; void exportLibraryContainer( |