diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-08 22:50:33 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-01-08 22:50:33 +0100 |
commit | b418f6485a7e703c334f40c6b9ac2d4613ccb992 (patch) | |
tree | 58ce8c169bec330baff5928fd969cae83fcd5a6a /unotools/inc | |
parent | 8765a3bf9f2926a50d0f644e4263782269abe023 (diff) | |
parent | e02702c1d120c7e93826ed537e3bf66763a2b31f (diff) |
autorecovery: merge after rebase to m69
Diffstat (limited to 'unotools/inc')
-rw-r--r-- | unotools/inc/unotools/saveopt.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unotools/inc/unotools/saveopt.hxx b/unotools/inc/unotools/saveopt.hxx index bb50cadafb1d..fdb27319e503 100644 --- a/unotools/inc/unotools/saveopt.hxx +++ b/unotools/inc/unotools/saveopt.hxx @@ -49,7 +49,6 @@ public: E_AUTOSAVEPROMPT, E_DOCINFSAVE, E_SAVEWORKINGSET, - E_SAVEDOCWINS, E_SAVEDOCVIEW, E_SAVERELINET, E_SAVERELFSYS, @@ -96,9 +95,6 @@ public: void SetSaveWorkingSet( sal_Bool b ); sal_Bool IsSaveWorkingSet() const; - void SetSaveDocWins( sal_Bool b ); - sal_Bool IsSaveDocWins() const; - void SetSaveDocView( sal_Bool b ); sal_Bool IsSaveDocView() const; |