diff options
author | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-04-01 14:29:59 +0200 |
---|---|---|
committer | Chr. Rossmanith <ChrRossmanith@gmx.de> | 2013-04-01 22:12:21 +0200 |
commit | 6591068f2a73252f4e3c9abf9b153a5b4f59410b (patch) | |
tree | 24e5eac12c416d170686af4bca4f0222dcec896c /forms | |
parent | 0502d66d88e1ac65869c6fe6a9a6f2c1be6a4db6 (diff) |
Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)
Change-Id: Ic94187181b102b8d1623806027b857203c4b746f
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/inc/frm_strings.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx index 3e10031b8c74..18ed90c74b99 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 = {RTL_CONSTASCII_STRINGPARAM(string)} + extern const ConstAsciiString ident = {OString(string)} #endif //.............................................................................. |