summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/documentfragment.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/documentfragment.cxx')
-rw-r--r--unoxml/source/dom/documentfragment.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentfragment.cxx b/unoxml/source/dom/documentfragment.cxx
index 1a7954b0c5bb..d1932c846f66 100644
--- a/unoxml/source/dom/documentfragment.cxx
+++ b/unoxml/source/dom/documentfragment.cxx
@@ -55,7 +55,7 @@ namespace DOM
OUString SAL_CALL CDocumentFragment::getNodeName()throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("#document-fragment"));
+ return OUString("#document-fragment");
}
OUString SAL_CALL CDocumentFragment::getNodeValue() throw (RuntimeException)
{