summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-26 20:41:44 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-26 20:42:01 +0100
commit8a89a732522f90d68f1b1c84c9c34c666f2eb882 (patch)
treed4f981ce509d9a080aa1492366d1a1b306211c29 /xmloff
parent107ebbc9b9b6c5be332451d8ff561c200ad48684 (diff)
undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxx
Change-Id: I96248570c09a9d8c2b594c3289ba435ed493d1da
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/strings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx
index c528a8cc472d..1480df1ee16f 100644
--- a/xmloff/source/forms/strings.hxx
+++ b/xmloff/source/forms/strings.hxx
@@ -31,7 +31,7 @@ namespace xmloff
#ifndef XMLFORM_IMPLEMENT_STRINGS
#define XMLFORM_CONSTASCII_STRING(ident, string) extern const ConstAsciiString ident
#else
- #define XMLFORM_CONSTASCII_STRING(ident, string) extern const ConstAsciiString ident = {string}
+#define XMLFORM_CONSTASCII_STRING(ident, string) extern const ConstAsciiString ident = {RTL_CONSTASCII_STRINGPARAM(string)}
#endif
//============================================================