summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-06-01 17:19:58 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-06-01 17:40:03 +0100
commitff43ad1a77a89d1d1ebc0c20807bb9ec508fc9fd (patch)
treedaca69d3fceb0a7ec682360418033cf0126a6e95 /unoxml/source/dom/text.cxx
parentTargeted string re-work for lotuswordpro filter (diff)
downloadcore-ff43ad1a77a89d1d1ebc0c20807bb9ec508fc9fd.tar.gz
core-ff43ad1a77a89d1d1ebc0c20807bb9ec508fc9fd.zip
targetted string cleanup
Change-Id: Iaf77bb427d62d7f3be00a96cba4dfb25a01934ac
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 198afcb34e3a..132a7921993d 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -64,7 +64,7 @@ namespace DOM
OUString SAL_CALL CText::getNodeName() throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("#text"));
+ return OUString("#text");
}
Reference< XText > SAL_CALL CText::splitText(sal_Int32 /*offset*/)