summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-04-19 12:44:05 +0200
committerEike Rathke <erack@redhat.com>2016-04-19 12:45:35 +0200
commit2efd20c7a18fe5e864509c75443883ccf35bc3a4 (patch)
tree01b3db46ecd24f9fd9cfd24be6ec6a5207085526 /sc/inc/document.hxx
parent7218011f134250a2ad3e03ff28d5665265c50605 (diff)
const as const can, tdf#99322 follow-up
Change-Id: I8c9714e6c6b15fbb1068b79d2efae48927a1fa77
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 203996fabfd7..c0eeb188c76e 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -1981,7 +1981,7 @@ public:
void SetHardRecalcState( HardRecalcState eVal ) { eHardRecalcState = eVal; }
void StartAllListeners();
void StartNeededListeners();
- void StartNeededListeners( std::shared_ptr<const sc::ColumnSet>& rpColSet );
+ void StartNeededListeners( const std::shared_ptr<const sc::ColumnSet>& rpColSet );
void StartAllListeners( const ScRange& rRange );
void SetForcedFormulas( bool bVal ) { bHasForcedFormulas = bVal; }