xmloff/source/forms/strings.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a89a732522f90d68f1b1c84c9c34c666f2eb882
Author: Chr. Rossmanith <chrrossman...@gmx.de>
Date:   Tue Feb 26 20:41:44 2013 +0100

    undo removal of RTL_CONSTASCII_STRINGPARAM in strings.hxx
    
    Change-Id: I96248570c09a9d8c2b594c3289ba435ed493d1da

diff --git a/xmloff/source/forms/strings.hxx b/xmloff/source/forms/strings.hxx
index c528a8c..1480df1 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
 
     //============================================================
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to