summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaaxis.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaaxis.hxx')
-rw-r--r--sc/source/ui/vba/vbaaxis.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbaaxis.hxx b/sc/source/ui/vba/vbaaxis.hxx
index 88004a31514b..93b92552f36a 100644
--- a/sc/source/ui/vba/vbaaxis.hxx
+++ b/sc/source/ui/vba/vbaaxis.hxx
@@ -30,7 +30,7 @@ class ScVbaAxis : public ScVbaAxis_BASE
css::uno::Reference< ov::excel::XChart > moChartParent;
css::uno::Reference< css::beans::XPropertySet > mxPropertySet;
sal_Int32 mnType;
- sal_Int32 mnGroup;
+ sal_Int32 const mnGroup;
bool bCrossesAreCustomized;
/// @throws css::uno::RuntimeException
ScVbaChart* getChartPtr();