summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/documentfragment.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/documentfragment.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/documentfragment.cxx')
-rw-r--r--unoxml/source/dom/documentfragment.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/documentfragment.cxx b/unoxml/source/dom/documentfragment.cxx
index 1a7954b0c5bb..d1932c846f66 100644
--- a/unoxml/source/dom/documentfragment.cxx
+++ b/unoxml/source/dom/documentfragment.cxx
@@ -55,7 +55,7 @@ namespace DOM
OUString SAL_CALL CDocumentFragment::getNodeName()throw (RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("#document-fragment"));
+ return OUString("#document-fragment");
}
OUString SAL_CALL CDocumentFragment::getNodeValue() throw (RuntimeException)
{