summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/comment.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 17:35:06 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 17:35:06 +0100
commit17e4b5ee63d8ba0a597d1b490c5a1d28b35b350b (patch)
treeac20b6e05ddf7437cd354fa88f76f3b3ae57f4cc /unoxml/source/dom/comment.cxx
parent454a2c2cd50b42a36accc427a0072259bb68cedc (diff)
RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?)
Diffstat (limited to 'unoxml/source/dom/comment.cxx')
-rw-r--r--unoxml/source/dom/comment.cxx2
1 files changed, 1 insertions, 1 deletions
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)