summaryrefslogtreecommitdiff
path: root/sc/inc/afmtuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/afmtuno.hxx')
-rw-r--r--sc/inc/afmtuno.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/inc/afmtuno.hxx b/sc/inc/afmtuno.hxx
index cdb1500f1f48..5e13886815d7 100644
--- a/sc/inc/afmtuno.hxx
+++ b/sc/inc/afmtuno.hxx
@@ -90,7 +90,7 @@ class ScAutoFormatObj : public ::cppu::WeakImplHelper<
css::lang::XServiceInfo >
{
private:
- SfxItemPropertySet aPropSet;
+ SfxItemPropertySet const aPropSet;
sal_uInt16 nFormatIndex;
ScAutoFormatFieldObj* GetObjectByIndex_Impl(sal_uInt16 nIndex);
@@ -157,9 +157,9 @@ class ScAutoFormatFieldObj : public ::cppu::WeakImplHelper<
css::lang::XServiceInfo >
{
private:
- SfxItemPropertySet aPropSet;
- sal_uInt16 nFormatIndex;
- sal_uInt16 nFieldIndex;
+ SfxItemPropertySet const aPropSet;
+ sal_uInt16 const nFormatIndex;
+ sal_uInt16 const nFieldIndex;
public:
ScAutoFormatFieldObj(sal_uInt16 nFormat, sal_uInt16 nField);