summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-27 17:35:06 +0100
committerGert Faller <gertfaller@aliceadsl.fr>2010-11-27 17:35:06 +0100
commit17e4b5ee63d8ba0a597d1b490c5a1d28b35b350b (patch)
treeac20b6e05ddf7437cd354fa88f76f3b3ae57f4cc /unoxml/source/dom/text.cxx
parentcppcheck: unused variable under some ifdefs (diff)
downloadcore-17e4b5ee63d8ba0a597d1b490c5a1d28b35b350b.tar.gz
core-17e4b5ee63d8ba0a597d1b490c5a1d28b35b350b.zip
RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?)
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 520adf3b77e3..a10ba9944702 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(RTL_CONSTASCII_USTRINGPARAM("#text"));
+ return OUString::createFromAscii("#text");
}
void SAL_CALL CText::fastSaxify( Context& io_rContext )