diff options
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r-- | sc/inc/attarray.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index c2789b3013f7..2d52279d13c7 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -189,9 +189,9 @@ public: void DeleteHardAttr( SCROW nStartRow, SCROW nEndRow ); /* i123909: Pre-calculate needed memory, and pre-reserve enough memory */ - bool Reserve( SCSIZE nCount ); + bool Reserve( SCSIZE nReserve ); SCSIZE Count() const { return nCount; } - SCSIZE Count( SCROW nRw1, SCROW nRw2 ); + SCSIZE Count( SCROW nRow1, SCROW nRow2 ) const; }; // Iterator for attributes |