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 1bb7d6d72f19..2f432138c0e0 100644
--- a/unoxml/source/dom/cdatasection.cxx
+++ b/unoxml/source/dom/cdatasection.cxx
@@ -51,7 +51,7 @@ namespace DOM
OUString SAL_CALL CCDATASection::getNodeName()throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("#cdata-section"));
+ return OUString::createFromAscii("#cdata-section");
}
OUString SAL_CALL CCDATASection::getNodeValue() throw (RuntimeException)