summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlexp.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-03-22 19:22:55 +0000
committerEike Rathke <erack@redhat.com>2015-03-22 19:29:40 +0000
commitde6f1651326da9cc44b137779e5d3131cab5133e (patch)
treed732cca97601ddb4ee2624e01c37ad20d5d8ba95 /include/xmloff/xmlexp.hxx
parentdd8c23522f9123bdf02c366e2abb7b1439028848 (diff)
introduce SvXMLExport::getSaneDefaultVersion()
Change-Id: I1b73b4850e78f4ec0823894b93b8bc1cbadf0d0d
Diffstat (limited to 'include/xmloff/xmlexp.hxx')
-rw-r--r--include/xmloff/xmlexp.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index b8fab9f642da..dc47596359bf 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -566,6 +566,9 @@ public:
/// returns the currently configured default version for odf export
SvtSaveOptions::ODFDefaultVersion getDefaultVersion() const;
+ /// returns the deterministic version for odf export
+ SvtSaveOptions::ODFSaneDefaultVersion getSaneDefaultVersion() const;
+
/// name of stream in package, e.g., "content.xml"
OUString GetStreamName() const;