summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-19 02:59:39 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-19 03:03:24 +0200
commit914b4fb5a3c159bfd7cd8be2639185144f11d7ed (patch)
tree26963139e7ad1e2b10aaf11005b8bbe093c497b1 /include/oox
parent6f969d256fdbbc0b93d7baeec089afbbea94fc0e (diff)
import chart MSO 2007 streams correctly for docx files, tdf#82216
Change-Id: Icda809faf315dac5953d38781b2b401d51f7a40a
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/core/xmlfilterbase.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index d522fd66951e..9a8203ebe9d4 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -236,6 +236,9 @@ public:
bool isMSO2007Document() const;
+ void checkDocumentProperties(
+ com::sun::star::uno::Reference<com::sun::star::document::XDocumentProperties> xDocProps);
+
protected:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
implGetInputStream( utl::MediaDescriptor& rMediaDesc ) const SAL_OVERRIDE;