summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scendlg.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-03-19 15:13:35 +0000
committerOliver Bolte <obo@openoffice.org>2004-03-19 15:13:35 +0000
commit67c939b7c3013aa435e1918af73ac21dd41f2a12 (patch)
tree3ec3bb7a565423a5e6f950c9eafcb48485d8c098 /sc/source/ui/inc/scendlg.hxx
parent1e1242861acc8859626920b98612604c4830fef6 (diff)
INTEGRATION: CWS sab008 (1.2.260); FILE MERGED
2003/10/23 16:34:53 jmarmion 1.2.260.2: #i20889# - add protection to scenarios 2003/10/14 12:12:02 dr 1.2.260.1: #i20889# new checkbox for protection
Diffstat (limited to 'sc/source/ui/inc/scendlg.hxx')
-rw-r--r--sc/source/ui/inc/scendlg.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/ui/inc/scendlg.hxx b/sc/source/ui/inc/scendlg.hxx
index d30d3c00415a..5de06c6bd4a5 100644
--- a/sc/source/ui/inc/scendlg.hxx
+++ b/sc/source/ui/inc/scendlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: scendlg.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2001-05-22 13:16:09 $
+ * last change: $Author: obo $ $Date: 2004-03-19 16:13:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,7 @@
class ScNewScenarioDlg : public ModalDialog
{
public:
- ScNewScenarioDlg( Window* pParent, const String& rName, BOOL bEdit = FALSE );
+ ScNewScenarioDlg( Window* pParent, const String& rName, BOOL bEdit = FALSE, BOOL bSheetProtected = FALSE );
~ScNewScenarioDlg();
void SetScenarioData( const String& rName, const String& rComment,
@@ -114,6 +114,7 @@ private:
//CheckBox aCbAttrib;
//CheckBox aCbValue;
CheckBox aCbCopyAll;
+ CheckBox aCbProtect;
OKButton aBtnOk;
CancelButton aBtnCancel;
HelpButton aBtnHelp;