diff options
Diffstat (limited to 'include/unotools/saveopt.hxx')
-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 4a7c21cac08a..b268d8397d59 100644 --- a/include/unotools/saveopt.hxx +++ b/include/unotools/saveopt.hxx @@ -36,7 +36,6 @@ public: Backup, AutoSave, AutoSavePrompt, - DocInfSave, WarnAlienFormat, LoadDocPrinter, OdfDefaultVersion, @@ -104,9 +103,6 @@ public: void SetUserAutoSave( bool b ); bool IsUserAutoSave() const; - void SetDocInfoSave(bool b); - bool IsDocInfoSave() const; - void SetLoadUserSettings(bool b); bool IsLoadUserSettings() const; |