diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-23 20:05:19 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-07-24 22:52:27 +0200 |
commit | 6f07012a344101f2afbf9c96dc7857127f39a25f (patch) | |
tree | f2ae2713ef5d1a6a244252e337c0ee849eb71c2f /include | |
parent | d904a21d5516ce2786f634d0bcc555c4b345e95d (diff) |
use officecfg to retrieve AutoSave
Change-Id: I613ca68123cfd316cd4e6384f743aa6756d9291d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119459
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 d50b8115885c..5a8abe03a22f 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -34,7 +34,6 @@ public: AutoSaveTime, UseUserData, Backup, - AutoSave, WarnAlienFormat, LoadDocPrinter, OdfDefaultVersion, @@ -93,9 +92,6 @@ public: void SetBackup( bool b ); bool IsBackup() const; - void SetAutoSave( bool b ); - bool IsAutoSave() const; - void SetUserAutoSave( bool b ); bool IsUserAutoSave() const; |