summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-24 10:46:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-25 13:40:07 +0200
commitf4fc908d00bf1fb05cdca89cdfd2f0c3b83723eb (patch)
treeaca19516248899564db9f98adf261c34ec61fe78 /include/unotools
parent293c1a629a69822b4a9996d0522513bc2a0d78e1 (diff)
use officecfg to retrieve CreateBackup
Change-Id: I4aeb1224f0d42dadd5a69dd49b8df9ee2f776b04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119471 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-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 fafab60f3568..008c139a5ff6 100644
--- a/include/unotools/saveopt.hxx
+++ b/include/unotools/saveopt.hxx
@@ -32,7 +32,6 @@ public:
enum class EOption
{
UseUserData,
- Backup,
OdfDefaultVersion
};
@@ -82,9 +81,6 @@ public:
void SetUseUserData( bool b );
bool IsUseUserData() const;
- void SetBackup( bool b );
- bool IsBackup() const;
-
void SetLoadUserSettings(bool b);
bool IsLoadUserSettings() const;