diff options
author | Eike Rathke <erack@redhat.com> | 2014-01-21 17:46:32 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-01-22 01:09:11 +0100 |
commit | 57b8e7c96bafb97f881b7db73624693392e13540 (patch) | |
tree | bba34b2bcefbf73ef7f994948c38ee4e7cec7136 /sc/inc/column.hxx | |
parent | 5f89d247e3dac99c297066d404c24dea3312fa51 (diff) |
some clean-up of 6b8704d974abd4ab7fb58036a961fa0b7136aaa7
const methods, removed this->..., naming
Change-Id: I0db1cf445936bab04003062bc59ce0a0c2fc8b71
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 8b09db3ef7ff..afe9f6abe828 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -536,9 +536,9 @@ public: void DumpFormulaGroups() const; #endif - SCSIZE GetPatternCount( ); - SCSIZE GetPatternCount( SCROW nRw1, SCROW nRw2 ); - bool ReservedPatternCount( SCSIZE nReserved ); + SCSIZE GetPatternCount() const; + SCSIZE GetPatternCount( SCROW nRow1, SCROW nRow2 ) const; + bool ReservePatternCount( SCSIZE nReserve ); private: sc::CellStoreType::iterator GetPositionToInsert( SCROW nRow ); |