From 17e4b5ee63d8ba0a597d1b490c5a1d28b35b350b Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Sat, 27 Nov 2010 17:35:06 +0100 Subject: RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?) --- unoxml/source/dom/comment.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unoxml/source/dom/comment.cxx') diff --git a/unoxml/source/dom/comment.cxx b/unoxml/source/dom/comment.cxx index d7a8ff605f43..4b7dd5a72154 100644 --- a/unoxml/source/dom/comment.cxx +++ b/unoxml/source/dom/comment.cxx @@ -49,7 +49,7 @@ namespace DOM OUString SAL_CALL CComment::getNodeName()throw (RuntimeException) { - return OUString(RTL_CONSTASCII_USTRINGPARAM("#comment")); + return OUString::createFromAscii("#comment"); } OUString SAL_CALL CComment::getNodeValue() throw (RuntimeException) -- cgit