summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 254934c1d1c4..91eaf12ff408 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -144,7 +144,7 @@ public:
private:
ScDocument* m_pDocument;
- SfxItemPropertySet m_aPropSet;
+ SfxItemPropertySet const m_aPropSet;
bool m_bIncludeHiddenCells;
};
@@ -376,7 +376,7 @@ private:
RangeIndexMapPtr m_pRangeIndices;
ExtRefListenerPtr m_pExtRefListener;
css::uno::Reference < css::chart2::data::XDataProvider > m_xDataProvider;
- SfxItemPropertySet m_aPropSet;
+ SfxItemPropertySet const m_aPropSet;
std::unique_ptr<HiddenRangeListener> m_pHiddenListener;