summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2018-02-27 16:55:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-02-28 08:42:45 +0100
commitca254244a22cdbb7d04dc15171624ea979ddfae1 (patch)
tree01bc52a31bd80889edfe1d84fef40c0316c167a1 /include
parentf3c742dca6b304da8557f5ca9fb5c287cf5ac934 (diff)
unotools: remove UseSHA1InODF12/UseBlowfishInODF12 from SvtSaveOptions
These config items and all client code were removed on the libreoffice-6-0 branch in commit 47c97efb78a574ba080e953ed219515ea71c2569 but some remnants remained in SvtSaveOptions (which had been converted to direct config access on master after libreoffice-6-0 branched). Office.Common.Save.ODF.UseSHA1InODF12 Office.Common.Save.ODF.UseBlowfishInODF12 Remove them from SvtSaveOptions too because it prints annoying warnings on every startup that the config items can't be found. Change-Id: Ia3c6dd332d556fa98236698302cf9379c9a96feb Reviewed-on: https://gerrit.libreoffice.org/50453 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/unotools/saveopt.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx
index 9b8a361b8f04..6bdd3b5c60dc 100644
--- a/include/unotools/saveopt.hxx
+++ b/include/unotools/saveopt.hxx
@@ -139,10 +139,6 @@ public:
ODFDefaultVersion GetODFDefaultVersion() const;
ODFSaneDefaultVersion GetODFSaneDefaultVersion() const;
- bool IsUseSHA1InODF12() const;
-
- bool IsUseBlowfishInODF12() const;
-
bool IsReadOnly( EOption eOption ) const;
};