diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-12-19 16:16:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-12-19 21:58:02 +0100 |
commit | b74da08e556b7b001943f0288a61da53791d4dcf (patch) | |
tree | f49ba706cf30979eb90b91dfc9b56314595bbb63 /include/unotools | |
parent | 0b63b751b1cd29bb6d092ded9d864b4088e948fa (diff) |
Read some configuration items directly
...removing them from SvtSaveOptions
Change-Id: I922ec0f88872b1f2d99c6a55faad00143d944473
Reviewed-on: https://gerrit.libreoffice.org/46797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/saveopt.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 9b8a361b8f04..865ec73835cc 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -121,8 +121,6 @@ public: void SetSaveRelFSys( bool b ); bool IsSaveRelFSys() const; - bool IsSaveUnpacked() const; - void SetLoadUserSettings(bool b); bool IsLoadUserSettings() const; @@ -139,10 +137,6 @@ public: ODFDefaultVersion GetODFDefaultVersion() const; ODFSaneDefaultVersion GetODFSaneDefaultVersion() const; - bool IsUseSHA1InODF12() const; - - bool IsUseBlowfishInODF12() const; - bool IsReadOnly( EOption eOption ) const; }; |