summaryrefslogtreecommitdiff
path: root/forms/source/inc/frm_strings.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-01 22:48:35 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-01 22:48:35 +0200
commitc893d404c6bb90990ea18db70f27647269a6369f (patch)
tree97e4cbb284b7964e5cbd0472b71f06e0865c02c1 /forms/source/inc/frm_strings.hxx
parent2819dd2ac1de70ce9187eee916ea12567c649d56 (diff)
Revert "Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)"
This reverts commit 6591068f2a73252f4e3c9abf9b153a5b4f59410b. The second parameter of ConstAsciiString is length.
Diffstat (limited to 'forms/source/inc/frm_strings.hxx')
-rw-r--r--forms/source/inc/frm_strings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx
index 18ed90c74b99..3e10031b8c74 100644
--- a/forms/source/inc/frm_strings.hxx
+++ b/forms/source/inc/frm_strings.hxx
@@ -34,7 +34,7 @@ namespace frm
extern const ConstAsciiString ident
#else
#define FORMS_CONSTASCII_STRING( ident, string ) \
- extern const ConstAsciiString ident = {OString(string)}
+ extern const ConstAsciiString ident = {RTL_CONSTASCII_STRINGPARAM(string)}
#endif
//..............................................................................