summaryrefslogtreecommitdiffstats
path: root/include/xmloff/xmlictxt.hxx
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-11-02 11:25:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-11-02 14:11:49 +0100
commit2764c334c3b9cf428e4e7ab0c28ce6a34036fa77 (patch)
tree0ea20bb119291240ca34c9ef7035503c0bd81bc8 /include/xmloff/xmlictxt.hxx
parenttdf#126700 handle Impress default documents (diff)
downloadcore-2764c334c3b9cf428e4e7ab0c28ce6a34036fa77.tar.gz
core-2764c334c3b9cf428e4e7ab0c28ce6a34036fa77.zip
drop the SvXMLExport::Characters method..
in favour of just using the characters() method Change-Id: Iecb2773d488fcf4fa3c2202d0e889015a288fe2a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105174 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff/xmlictxt.hxx')
-rw-r--r--include/xmloff/xmlictxt.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx
index 4e86630e2f78..111009506ca1 100644
--- a/include/xmloff/xmlictxt.hxx
+++ b/include/xmloff/xmlictxt.hxx
@@ -99,10 +99,6 @@ public:
* that require virtual methods. The default is to do nothing. */
virtual void EndElement();
- /** This method is called for all characters that are contained in the
- * current element. The default is to ignore them. */
- virtual void Characters( const OUString& rChars );
-
// css::xml::sax::XFastContextHandler:
virtual void SAL_CALL startFastElement (sal_Int32 Element,
const css::uno::Reference< css::xml::sax::XFastAttributeList >& Attribs) override;
@@ -121,6 +117,8 @@ public:
const OUString & Namespace, const OUString & Name,
const css::uno::Reference< css::xml::sax::XFastAttributeList > & Attribs) override;
+ /** This method is called for all characters that are contained in the
+ * current element. The default is to ignore them. */
virtual void SAL_CALL characters(const OUString & aChars) override;
// XInterface