diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-15 17:09:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-15 18:41:58 +0200 |
commit | 3905bd92b038374d22e4ff9f74480decb116d727 (patch) | |
tree | 61602d069a6549ee9fe8f16716079cd558098584 /include/xmloff | |
parent | 3e5d7723e038ccfea812b941aea6fff1078579f7 (diff) |
factor out SvXMLImport::IsOOoXML()
Change-Id: I9ccfe565bde1112f9f3cb8c666e901bf121862dc
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlimp.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx index 750f56725aaf..d8a72d516b82 100644 --- a/include/xmloff/xmlimp.hxx +++ b/include/xmloff/xmlimp.hxx @@ -338,6 +338,7 @@ public: bool IsTableShapeSupported() const { return mbIsTableShapeSupported; } OUString GetODFVersion() const; + bool IsOOoXML() const; // legacy non-ODF format? /** * Record an error condition that occurred during import. The |