summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-28 18:35:13 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-28 18:35:13 +0100
commit3f8861ce64ba6b43b7871c0a365a145bfa1bbf08 (patch)
tree7cd9317f69df2efea85b03cf0f1d2d7af6c4a6b1 /unoxml/source/dom/text.cxx
parentremove shadowing warnings in binfilter - sw_sw3npool.cxx (diff)
downloadcore-3f8861ce64ba6b43b7871c0a365a145bfa1bbf08.tar.gz
core-3f8861ce64ba6b43b7871c0a365a145bfa1bbf08.zip
RTL_CONSTASCII_USTRINGPARAM in filters 12
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 )