From 6591068f2a73252f4e3c9abf9b153a5b4f59410b Mon Sep 17 00:00:00 2001 From: "Chr. Rossmanith" Date: Mon, 1 Apr 2013 14:29:59 +0200 Subject: Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx) Change-Id: Ic94187181b102b8d1623806027b857203c4b746f --- forms/source/inc/frm_strings.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') 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 //.............................................................................. -- cgit