summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
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;