diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-24 13:38:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-25 15:31:25 +0200 |
commit | 60fc68e547cf70f82e681c9a17b4f3e5c124aa39 (patch) | |
tree | bf098f4455f68378f9f3182ae85aaa9a86567789 /include | |
parent | 1d2fb25e268838ccc23b264330b956f1c31f25dd (diff) |
use officecfg to retrieve UseUserData
Change-Id: Ic77555520f2451b12c01423179d3f201daad35b3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119472
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/unotools/saveopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unotools/saveopt.hxx b/include/unotools/saveopt.hxx index 008c139a5ff6..17fcf3affdfd 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -31,7 +31,6 @@ public: enum class EOption { - UseUserData, OdfDefaultVersion }; @@ -78,9 +77,6 @@ public: SvtSaveOptions(); virtual ~SvtSaveOptions() override; - void SetUseUserData( bool b ); - bool IsUseUserData() const; - void SetLoadUserSettings(bool b); bool IsLoadUserSettings() const; |