summaryrefslogtreecommitdiff
path: root/include/oox/core/xmlfilterbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/core/xmlfilterbase.hxx')
-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 351910d29926..da0a400239bf 100644
--- a/include/oox/core/xmlfilterbase.hxx
+++ b/include/oox/core/xmlfilterbase.hxx
@@ -237,6 +237,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;
@@ -256,6 +258,7 @@ private:
::std::auto_ptr< XmlFilterBaseImpl > mxImpl;
sal_Int32 mnRelId;
sal_Int32 mnMaxDocId;
+ bool mbMSO2007;
};
typedef ::rtl::Reference< XmlFilterBase > XmlFilterRef;