diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-24 14:23:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-25 16:50:03 +0200 |
commit | 2b71e0683cf8a34aaddce3558b941ba62b1b4ec5 (patch) | |
tree | 5dc7f1bc4b78228e9dceacf1d746196f42ab7158 /include/unotools | |
parent | 5d83e940f7636050891f52929ace29650025cd36 (diff) |
use officecfg to retrieve LoadUserSettings
Change-Id: I9680c02207ff2d21785a20061b784066ead07a8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119473
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/saveopt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 17fcf3affdfd..2793187ec621 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -77,9 +77,6 @@ public: SvtSaveOptions(); virtual ~SvtSaveOptions() override; - void SetLoadUserSettings(bool b); - bool IsLoadUserSettings() const; - void SetODFDefaultVersion( ODFDefaultVersion eVersion ); ODFDefaultVersion GetODFDefaultVersion() const; ODFSaneDefaultVersion GetODFSaneDefaultVersion() const; |