summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/StatisticsTwoVariableDialog.hxx')
-rw-r--r--sc/source/ui/inc/StatisticsTwoVariableDialog.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
index f154acc7cd9f..ea6fadbe7a97 100644
--- a/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
+++ b/sc/source/ui/inc/StatisticsTwoVariableDialog.hxx
@@ -59,15 +59,15 @@ protected:
VclPtr<formula::RefButton> mpOutputRangeButton;
// Data
- ScViewData* mViewData;
- ScDocument* mDocument;
+ ScViewData* const mViewData;
+ ScDocument* const mDocument;
- ScRange mVariable1Range;
- ScRange mVariable2Range;
+ ScRange mVariable1Range;
+ ScRange mVariable2Range;
- ScAddress::Details mAddressDetails;
- ScAddress mOutputAddress;
- GroupedBy mGroupedBy;
+ ScAddress::Details const mAddressDetails;
+ ScAddress mOutputAddress;
+ GroupedBy mGroupedBy;
private:
// Widgets
@@ -77,8 +77,8 @@ private:
VclPtr<RadioButton> mpGroupByRowsRadio;
VclPtr<formula::RefEdit> mpActiveEdit;
- ScAddress mCurrentAddress;
- bool mDialogLostFocus;
+ ScAddress const mCurrentAddress;
+ bool mDialogLostFocus;
void Init();
void GetRangeFromSelection();