From f4fc908d00bf1fb05cdca89cdfd2f0c3b83723eb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 24 Jul 2021 10:46:29 +0200 Subject: use officecfg to retrieve CreateBackup Change-Id: I4aeb1224f0d42dadd5a69dd49b8df9ee2f776b04 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119471 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/unotools/saveopt.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/unotools') 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; -- cgit