diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/compressedarray.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/core/data/compressedarray.cxx b/sc/source/core/data/compressedarray.cxx index 9e47be14f4d0..27388097349e 100644 --- a/sc/source/core/data/compressedarray.cxx +++ b/sc/source/core/data/compressedarray.cxx @@ -487,9 +487,5 @@ void ScCompressedArrayIterator<A,D>::Follow( template class ScCompressedArray< SCROW, sal_uInt16>; // heights, base class template class ScCompressedArray< SCROW, sal_uInt8>; // flags, base class template class ScBitMaskCompressedArray< SCROW, sal_uInt8>; // flags -template void ScCompressedArrayIterator< SCROW, sal_uInt16>::Follow( - const ScCompressedArrayIterator< SCROW, sal_uInt8>&); - -// === EOF =================================================================== /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |