summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/consdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/consdlg.hxx')
-rw-r--r--sc/source/ui/inc/consdlg.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/consdlg.hxx b/sc/source/ui/inc/consdlg.hxx
index 5c6429e8825c..d4cab7300678 100644
--- a/sc/source/ui/inc/consdlg.hxx
+++ b/sc/source/ui/inc/consdlg.hxx
@@ -72,15 +72,15 @@ private:
VclPtr<PushButton> pBtnAdd;
VclPtr<PushButton> pBtnRemove;
- OUString aStrUndefined;
+ OUString const aStrUndefined;
- ScConsolidateParam theConsData;
+ ScConsolidateParam const theConsData;
ScViewData& rViewData;
- ScDocument* pDoc;
+ ScDocument* const pDoc;
std::unique_ptr<ScRangeUtil> pRangeUtil;
std::unique_ptr<ScAreaData[]> pAreaData;
size_t nAreaDataCount;
- sal_uInt16 nWhichCons;
+ sal_uInt16 const nWhichCons;
VclPtr<formula::RefEdit> pRefInputEdit;
bool bDlgLostFocus;