summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-10 00:34:07 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-10 01:00:03 +0100
commit15174177091367332b57cd79575e2f7dd27388b2 (patch)
tree1e0c01a8fd7595bbf28277f3794447a35c2b9048 /include
parent180e1de3f6bad36b00dfe3aeba43172e5e9a735e (diff)
detect MSO 2007 OOXML documents
Change-Id: I4052c6f1e5dde71ce4cede1ec9a313f461861d71
Diffstat (limited to 'include')
-rw-r--r--include/oox/core/xmlfilterbase.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/core/xmlfilterbase.hxx b/include/oox/core/xmlfilterbase.hxx
index 9fccf1fd1cdc..d522fd66951e 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -234,6 +234,8 @@ public:
FastParser* createParser() const;
+ bool isMSO2007Document() const;
+
protected:
virtual ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream >
implGetInputStream( utl::MediaDescriptor& rMediaDesc ) const SAL_OVERRIDE;