summaryrefslogtreecommitdiff
path: root/sc/inc/colcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/colcontainer.hxx')
-rw-r--r--sc/inc/colcontainer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/colcontainer.hxx b/sc/inc/colcontainer.hxx
index a3a871a8787d..e3f36e5172b6 100644
--- a/sc/inc/colcontainer.hxx
+++ b/sc/inc/colcontainer.hxx
@@ -31,7 +31,7 @@ class ScColContainer
public:
typedef std::vector<std::unique_ptr<ScColumn, o3tl::default_delete<ScColumn>>> ScColumnVector;
- ScColContainer( const size_t nSize );
+ ScColContainer( ScSheetLimits const &, const size_t nSize );
~ScColContainer() COVERITY_NOEXCEPT_FALSE;
const ScColumn& operator[] ( const size_t nIndex ) const
@@ -54,7 +54,7 @@ public:
return aCols.empty();
}
- void resize( const size_t aNewSize );
+ void resize( ScSheetLimits const &, const size_t aNewSize );
void Clear();