summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/StatisticsInputOutputDialog.hxx')
-rw-r--r--sc/source/ui/inc/StatisticsInputOutputDialog.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
index c74be8514c53..683d24112c77 100644
--- a/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
+++ b/sc/source/ui/inc/StatisticsInputOutputDialog.hxx
@@ -56,13 +56,13 @@ protected:
VclPtr<RadioButton> mpGroupByRowsRadio;
// Data
- ScViewData* mViewData;
- ScDocument* mDocument;
+ ScViewData* const mViewData;
+ ScDocument* const mDocument;
- ScRange mInputRange;
- ScAddress::Details mAddressDetails;
- ScAddress mOutputAddress;
- GroupedBy mGroupedBy;
+ ScRange mInputRange;
+ ScAddress::Details const mAddressDetails;
+ ScAddress mOutputAddress;
+ GroupedBy mGroupedBy;
static ScRangeList MakeColumnRangeList(SCTAB aTab, ScAddress const & aStart, ScAddress const & aEnd);
static ScRangeList MakeRowRangeList(SCTAB aTab, ScAddress const & aStart, ScAddress const & aEnd);
@@ -72,8 +72,8 @@ private:
VclPtr<OKButton> mpButtonOk;
VclPtr<formula::RefEdit> mpActiveEdit;
- ScAddress mCurrentAddress;
- bool mDialogLostFocus;
+ ScAddress const mCurrentAddress;
+ bool mDialogLostFocus;
void Init();
void GetRangeFromSelection();