summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/scendlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/scendlg.hxx')
-rw-r--r--sc/source/ui/inc/scendlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/scendlg.hxx b/sc/source/ui/inc/scendlg.hxx
index 3d5ecf4ce7e5..67b997059a61 100644
--- a/sc/source/ui/inc/scendlg.hxx
+++ b/sc/source/ui/inc/scendlg.hxx
@@ -53,7 +53,7 @@ private:
VclPtr<CheckBox> m_pCbProtect;
VclPtr<OKButton> m_pBtnOk;
const OUString aDefScenarioName;
- bool bIsEdit;
+ bool const bIsEdit;
DECL_LINK( OkHdl, Button*, void);
DECL_LINK( EnableHdl, Button*, void );