summaryrefslogtreecommitdiff
path: root/basic/source/app/dialogs.hxx
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-03-18 14:15:43 +0000
committerGregor Hartmann <gh@openoffice.org>2002-03-18 14:15:43 +0000
commit172dd6e9dfff9f464ed36eccae905861bdf1947b (patch)
treea82648abb0ef057aa1b5b337fd6a7386ea0144a6 /basic/source/app/dialogs.hxx
parent589488745cd94b11da26675a1a704c640bac080f (diff)
#98061#Autosave configurable
Diffstat (limited to 'basic/source/app/dialogs.hxx')
-rw-r--r--basic/source/app/dialogs.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/app/dialogs.hxx b/basic/source/app/dialogs.hxx
index 1564a97505eb..1fc7fd2521cf 100644
--- a/basic/source/app/dialogs.hxx
+++ b/basic/source/app/dialogs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dialogs.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tbe $ $Date: 2001-07-31 15:12:49 $
+ * last change: $Author: gh $ $Date: 2002-03-18 15:15:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,6 +181,7 @@ class SpecialOptions : public TabPage
FixedText aTimeoutText;
TimeField aServerTimeout;
CheckBox aAutoReload;
+ CheckBox aAutoSave;
public:
SpecialOptions( Window* );