[Libreoffice-commits] core.git: forms/source
Thomas Arnhold
thomas at arnhold.org
Mon Apr 1 13:49:31 PDT 2013
forms/source/inc/frm_strings.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c893d404c6bb90990ea18db70f27647269a6369f
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Mon Apr 1 22:48:35 2013 +0200
Revert "Remove RTL_CONSTASCII_(U)STRINGPARAM in forms(frm_strings.hxx)"
This reverts commit 6591068f2a73252f4e3c9abf9b153a5b4f59410b.
The second parameter of ConstAsciiString is length.
diff --git a/forms/source/inc/frm_strings.hxx b/forms/source/inc/frm_strings.hxx
index 18ed90c..3e10031 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
//..............................................................................
More information about the Libreoffice-commits
mailing list