diff options
Diffstat (limited to 'sc/inc/defltuno.hxx')
-rw-r--r-- | sc/inc/defltuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/defltuno.hxx b/sc/inc/defltuno.hxx index 6fa01fbcd104..eaf88b049049 100644 --- a/sc/inc/defltuno.hxx +++ b/sc/inc/defltuno.hxx @@ -37,7 +37,7 @@ class ScDocDefaultsObj : public ::cppu::WeakImplHelper< { private: ScDocShell* pDocShell; - SfxItemPropertyMap aPropertyMap; + SfxItemPropertyMap const aPropertyMap; void ItemsChanged(); |