summaryrefslogtreecommitdiffstats
path: root/writerfilter/inc/ooxml
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2012-05-15 15:05:29 +0200
committerLuboš Luňák <l.lunak@suse.cz>2012-05-15 15:13:28 +0200
commit60cb70b94537e9ff1155fb80255fc04ce41363b2 (patch)
tree0efee682df2714a41129ff182d49d56e2173d9e5 /writerfilter/inc/ooxml
parentDo not call getOrigName ever (diff)
downloadcore-60cb70b94537e9ff1155fb80255fc04ce41363b2.tar.gz
core-60cb70b94537e9ff1155fb80255fc04ce41363b2.zip
do not reuse shape context (part of bnc#705956)
As far as I can say, this reusing is just an optimization, but it breaks e.g. with <w:pict><v:group><w:pict>... , where using the same context for two shapes breaks things, e.g. oox::vml::ShapeContainer::getFirstShape() does not work right. Change-Id: I90bb85b4d320e1bb0727401879b0551abbac5f12
Diffstat (limited to 'writerfilter/inc/ooxml')
-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;
};