diff options
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r-- | sc/inc/fielduno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx index 1b71791eb8f4..ede2d9a1607b 100644 --- a/sc/inc/fielduno.hxx +++ b/sc/inc/fielduno.hxx @@ -61,7 +61,7 @@ class ScCellFieldsObj final : public cppu::WeakImplHelper< private: css::uno::Reference<css::text::XTextRange> mxContent; ScDocShell* pDocShell; - ScAddress const aCellPos; + ScAddress aCellPos; std::unique_ptr<ScEditSource> mpEditSource; /// List of refresh listeners. std::unique_ptr<comphelper::OInterfaceContainerHelper2> mpRefreshListeners; @@ -176,7 +176,7 @@ class ScEditFieldObj final : public cppu::WeakImplHelper< std::unique_ptr<ScEditSource> mpEditSource; ESelection aSelection; - sal_Int32 const meType; + sal_Int32 meType; std::unique_ptr<SvxFieldData> mpData; css::uno::Reference<css::text::XTextRange> mpContent; |