diff options
Diffstat (limited to 'sc/inc/appluno.hxx')
-rw-r--r-- | sc/inc/appluno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/appluno.hxx b/sc/inc/appluno.hxx index 3f042c0b507e..95578c9d4a15 100644 --- a/sc/inc/appluno.hxx +++ b/sc/inc/appluno.hxx @@ -84,7 +84,7 @@ class ScSpreadsheetSettings final : public cppu::WeakImplHelper< css::lang::XServiceInfo> { private: - SfxItemPropertySet const aPropSet; + SfxItemPropertySet aPropSet; /// @throws css::uno::RuntimeException bool getPropertyBool(const OUString& aPropertyName); |