summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlconti.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmlconti.cxx')
-rw-r--r--sc/source/filter/xml/xmlconti.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/filter/xml/xmlconti.cxx b/sc/source/filter/xml/xmlconti.cxx
index 2e357163f82b..1c5d55292fdc 100644
--- a/sc/source/filter/xml/xmlconti.cxx
+++ b/sc/source/filter/xml/xmlconti.cxx
@@ -95,11 +95,6 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > ScXMLContentContext::c
return new SvXMLImportContext( GetImport() );
}
-void ScXMLContentContext::Characters( const OUString& rChars )
-{
- sValue.append(rChars);
-}
-
void ScXMLContentContext::characters( const OUString& rChars )
{
sValue.append(rChars);