summaryrefslogtreecommitdiff
path: root/writerfilter/inc/ooxml/OOXMLDocument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/inc/ooxml/OOXMLDocument.hxx')
-rw-r--r--writerfilter/inc/ooxml/OOXMLDocument.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/writerfilter/inc/ooxml/OOXMLDocument.hxx b/writerfilter/inc/ooxml/OOXMLDocument.hxx
index 7ce8052da2a5..1e150b41a8c9 100644
--- a/writerfilter/inc/ooxml/OOXMLDocument.hxx
+++ b/writerfilter/inc/ooxml/OOXMLDocument.hxx
@@ -246,8 +246,6 @@ public:
virtual void setXNoteType(const Id & nId) = 0;
virtual const Id & getXNoteType() const = 0;
virtual const ::rtl::OUString & getTarget() const = 0;
- virtual uno::Reference<xml::sax::XFastShapeContextHandler> getShapeContext( ) = 0;
- virtual void setShapeContext( uno::Reference<xml::sax::XFastShapeContextHandler> xContext ) = 0;
};