summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 10:13:34 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 10:13:34 +0100
commit36c323e365c3b480f10a2bb6c6227a4592f70c2a (patch)
treea405f066e25c852f729f97f874bd72d18251ed1c /unoxml/source/dom/text.cxx
parentRTL_CONSTASCII_USTRINGPARAM in filters 2 (diff)
downloadcore-36c323e365c3b480f10a2bb6c6227a4592f70c2a.tar.gz
core-36c323e365c3b480f10a2bb6c6227a4592f70c2a.zip
RTL_CONSTASCII_USTRINGPARAM in filters 3-4
Diffstat (limited to 'unoxml/source/dom/text.cxx')
-rw-r--r--unoxml/source/dom/text.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index a10ba9944702..520adf3b77e3 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -54,7 +54,7 @@ namespace DOM
OUString SAL_CALL CText::getNodeName()throw (RuntimeException)
{
- return OUString::createFromAscii("#text");
+ return OUString(RTL_CONSTASCII_USTRINGPARAM("#text"));
}
void SAL_CALL CText::fastSaxify( Context& io_rContext )