summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/comment.cxx
diff options
context:
space:
mode:
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 e2bd7ec26c32..ccf6dcf649b6 100644
--- a/unoxml/source/dom/comment.cxx
+++ b/unoxml/source/dom/comment.cxx
@@ -50,7 +50,7 @@ namespace DOM
OUString SAL_CALL CComment::getNodeName()throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("#comment"));
+ return OUString("#comment");
}
OUString SAL_CALL CComment::getNodeValue() throw (RuntimeException)