summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/inc/PivotLayoutDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/PivotLayoutDialog.hxx')
-rw-r--r--sc/source/ui/inc/PivotLayoutDialog.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/PivotLayoutDialog.hxx b/sc/source/ui/inc/PivotLayoutDialog.hxx
index 96d6218adb3d..c35693609105 100644
--- a/sc/source/ui/inc/PivotLayoutDialog.hxx
+++ b/sc/source/ui/inc/PivotLayoutDialog.hxx
@@ -27,7 +27,7 @@
class ScItemValue final
{
public:
- OUString maName;
+ OUString const maName;
ScPivotFuncData maFunctionData;
ScItemValue* mpOriginalItemValue;
@@ -46,9 +46,9 @@ public:
private:
ScViewData* mpViewData;
- ScDocument* mpDocument;
+ ScDocument* const mpDocument;
- bool mbNewPivotTable;
+ bool const mbNewPivotTable;
VclPtr<ScPivotLayoutTreeListLabel> mpListBoxField;
VclPtr<ScPivotLayoutTreeList> mpListBoxPage;
@@ -82,7 +82,7 @@ private:
VclPtr<CancelButton> mpBtnCancel;
VclPtr<formula::RefEdit> mpActiveEdit;
- ScAddress::Details maAddressDetails;
+ ScAddress::Details const maAddressDetails;
bool mbDialogLostFocus;
DECL_LINK(CancelClicked, Button*, void);