summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbacolorformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vbahelper/source/vbahelper/vbacolorformat.hxx')
-rw-r--r--vbahelper/source/vbahelper/vbacolorformat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbacolorformat.hxx b/vbahelper/source/vbahelper/vbacolorformat.hxx
index 9504e4ef3789..d1573a0f0b5d 100644
--- a/vbahelper/source/vbahelper/vbacolorformat.hxx
+++ b/vbahelper/source/vbahelper/vbacolorformat.hxx
@@ -95,7 +95,7 @@ class ScVbaColorFormat : public ScVbaColorFormat_BASE
private:
css::uno::Reference< css::beans::XPropertySet > m_xPropertySet;
ScVbaFillFormat *m_pFillFormat;
- sal_Int16 m_nColorFormatType;
+ sal_Int16 const m_nColorFormatType;
sal_Int32 m_nFillFormatBackColor;
protected:
virtual OUString getServiceImplName() override;