summaryrefslogtreecommitdiff
path: root/unoxml/source/dom/cdatasection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source/dom/cdatasection.cxx')
-rw-r--r--unoxml/source/dom/cdatasection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/cdatasection.cxx b/unoxml/source/dom/cdatasection.cxx
index 41637696f96a..d0715811aeae 100644
--- a/unoxml/source/dom/cdatasection.cxx
+++ b/unoxml/source/dom/cdatasection.cxx
@@ -53,7 +53,7 @@ namespace DOM
OUString SAL_CALL CCDATASection::getNodeName()throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("#cdata-section"));
+ return OUString( "#cdata-section" );
}
OUString SAL_CALL CCDATASection::getNodeValue() throw (RuntimeException)