summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/foptmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/foptmgr.hxx')
-rw-r--r--sc/source/ui/inc/foptmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/foptmgr.hxx b/sc/source/ui/inc/foptmgr.hxx
index bc1ef9b3ecbb..01ff63e6e712 100644
--- a/sc/source/ui/inc/foptmgr.hxx
+++ b/sc/source/ui/inc/foptmgr.hxx
@@ -54,8 +54,8 @@ public:
bool VerifyPosStr ( const OUString& rPosStr ) const;
private:
- ScViewData* pViewData;
- ScDocument* pDoc;
+ ScViewData* const pViewData;
+ ScDocument* const pDoc;
VclPtr<CheckBox> pBtnCase;
VclPtr<CheckBox> pBtnRegExp;