summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2020-04-28 15:03:42 +0200
committerJan Holesovsky <kendy@collabora.com>2021-01-07 16:32:53 +0100
commitd67440cd04bcf2dd9472be77aa5388b6e6084e2c (patch)
tree1e57906498407080a6dabb0468e01a9aaa645534 /xmloff
parent0fcd5ab37df6df662f080e23978e383d54521091 (diff)
xmloff: remove unused SvXMLExport::getDefaultVersion()
Change-Id: I52e904ca32f46ec50c3045260be7824aa782cc9c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93090 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/xmlexp.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/xmloff/source/core/xmlexp.cxx b/xmloff/source/core/xmlexp.cxx
index 19a3c4014d3b..9bc4ee7759b5 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2296,16 +2296,6 @@ uno::Reference< embed::XStorage > const & SvXMLExport::GetTargetStorage() const
return mpImpl->mxTargetStorage;
}
-/// returns the currently configured default version for ODF export
-SvtSaveOptions::ODFDefaultVersion SvXMLExport::getDefaultVersion() const
-{
- if( mpImpl )
- return mpImpl->maSaveOptions.GetODFDefaultVersion();
-
- // fatal error, use current version as default
- return SvtSaveOptions::ODFVER_012;
-}
-
SvtSaveOptions::ODFSaneDefaultVersion SvXMLExport::getSaneDefaultVersion() const
{
if( mpImpl )