summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
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 a9e49a5a8e34..3d3e8d93f455 100644
--- a/xmloff/source/core/xmlexp.cxx
+++ b/xmloff/source/core/xmlexp.cxx
@@ -2305,16 +2305,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 )