diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-23 18:37:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-24 10:54:06 +0200 |
commit | 3eb5ab6efe4229db0ec2bb177d892f2604f49411 (patch) | |
tree | 4c9e00f63c0f9d9b0caf3afb5cb570d0b9b47a72 /sc/inc/tabprotection.hxx | |
parent | 4fb9d7b69c4fb10107210c2f851040f7c259e413 (diff) |
loplugin:constparam in sc part3
Change-Id: I8abc44b9f0bcd5e39fd8a94abafaf80aadcd26ca
Reviewed-on: https://gerrit.libreoffice.org/41496
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r-- | sc/inc/tabprotection.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx index 2c999749c5bd..61e0d605e6a8 100644 --- a/sc/inc/tabprotection.hxx +++ b/sc/inc/tabprotection.hxx @@ -188,7 +188,7 @@ public: void setEnhancedProtection( const ::std::vector< ScEnhancedProtection > & rProt ); const ::std::vector< ScEnhancedProtection > & getEnhancedProtection() const; - bool updateReference( UpdateRefMode, ScDocument*, const ScRange& rWhere, SCCOL nDx, SCROW nDy, SCTAB nDz ); + bool updateReference( UpdateRefMode, const ScDocument*, const ScRange& rWhere, SCCOL nDx, SCROW nDy, SCTAB nDz ); bool isBlockEditable( const ScRange& rRange ) const; bool isSelectionEditable( const ScRangeList& rRangeList ) const; |