summaryrefslogtreecommitdiffstats
path: root/unoxml/source/dom/text.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-02-10 16:45:05 +0100
committerMichael Stahl <mst@openoffice.org>2011-02-10 16:45:05 +0100
commit001145d71e0592bdf90a80f33d1abb32846aae21 (patch)
tree7ba47c1ab48e316972e6625ed79b9dc751b2f4a7 /unoxml/source/dom/text.cxx
parentxmlfix3: #i113683#: remove unfinished, unneeded CDocumentBuilder::parseSource (diff)
downloadcore-001145d71e0592bdf90a80f33d1abb32846aae21.tar.gz
core-001145d71e0592bdf90a80f33d1abb32846aae21.zip
xmlfix3: #i113683#: unoxml: all unimplemented methods assert
Diffstat (limited to 'unoxml/source/dom/text.cxx')
-rw-r--r--unoxml/source/dom/text.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/source/dom/text.cxx b/unoxml/source/dom/text.cxx
index f69219550fe5..5d07aa86a6d4 100644
--- a/unoxml/source/dom/text.cxx
+++ b/unoxml/source/dom/text.cxx
@@ -69,6 +69,7 @@ namespace DOM
Reference< XText > SAL_CALL CText::splitText(sal_Int32 /*offset*/)
throw (RuntimeException)
{
+ OSL_ENSURE(false, "CText::splitText: not implemented (#i113683#)");
return Reference< XText >(this);
}
}