summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpnote.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-03-09 10:09:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-03-09 10:52:21 +0100
commit2863865da44da2e0baa48a9e8d3fc87641fbd6fb (patch)
treef82d03dc6138c5d5f3443517275c0b63fe1a3a2a /xmloff/source/draw/ximpnote.hxx
parent2b7e24334c9b9c69c1ebf03ed66a2143c6aec972 (diff)
convert SdXMLGenericPageContext to fastparser
Change-Id: I225fcd104252a32715259b85614298d8a2ffd110 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90202 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'xmloff/source/draw/ximpnote.hxx')
-rw-r--r--xmloff/source/draw/ximpnote.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximpnote.hxx b/xmloff/source/draw/ximpnote.hxx
index 3a1e91857b67..c86a39954aba 100644
--- a/xmloff/source/draw/ximpnote.hxx
+++ b/xmloff/source/draw/ximpnote.hxx
@@ -28,10 +28,6 @@
class SdXMLNotesContext : public SdXMLGenericPageContext
{
public:
- SdXMLNotesContext( SdXMLImport& rImport, sal_uInt16 nPrfx,
- const OUString& rLocalName,
- const css::uno::Reference< css::xml::sax::XAttributeList>& xAttrList,
- css::uno::Reference< css::drawing::XShapes > const & rShapes);
SdXMLNotesContext( SdXMLImport& rImport,
const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList,
css::uno::Reference< css::drawing::XShapes > const & rShapes);