summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/xmloff/xmlexp.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index a1772aaf4801..07bfd3ba2b0b 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -534,9 +534,6 @@ public:
/// returns value of ODF version attribute
char const* GetODFVersionAttributeValue() const;
- /// returns the currently configured default version for odf export
- SvtSaveOptions::ODFDefaultVersion getDefaultVersion() const;
-
/// returns the deterministic version for odf export
SvtSaveOptions::ODFSaneDefaultVersion getSaneDefaultVersion() const;