diff options
Diffstat (limited to 'sc/inc/compressedarray.hxx')
-rw-r--r-- | sc/inc/compressedarray.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/compressedarray.hxx b/sc/inc/compressedarray.hxx index 3a112721adbd..d514aaed475c 100644 --- a/sc/inc/compressedarray.hxx +++ b/sc/inc/compressedarray.hxx @@ -70,7 +70,6 @@ public: ScCompressedArray( A nMaxAccess, const D& rValue ); virtual ~ScCompressedArray(); - void Resize( size_t nNewSize ); void Reset( const D& rValue ); void SetValue( A nPos, const D& rValue ); void SetValue( A nStart, A nEnd, const D& rValue ); |