summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-23 07:46:41 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-23 07:46:41 +0100
commitff1edf5a380baa88405feb325066ac70e01de507 (patch)
tree221309bd7e2c60a520d91e66d6ce71c39e4842d8 /i18npool
parentac958c9386d00963c3ecd2e7120486441d4915b7 (diff)
RTL_CONSTASCII_USTRINGPARAM in libs-gui 11
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/transliterationImpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/inc/transliterationImpl.hxx b/i18npool/inc/transliterationImpl.hxx
index 8497c1f8dcd4..94fba9679009 100644
--- a/i18npool/inc/transliterationImpl.hxx
+++ b/i18npool/inc/transliterationImpl.hxx
@@ -38,7 +38,7 @@
namespace com { namespace sun { namespace star { namespace i18n {
#if OSL_DEBUG_LEVEL > 1
-#define RETURN_DEBUG_STRING (rtl::OUString::createFromAscii("return from transliterationImpl"));
+#define RETURN_DEBUG_STRING (rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("return from transliterationImpl")));
#define RETURN_DEBUG_NUMBER 'TRAN'
#else
#define RETURN_DEBUG_STRING