diff options
author | August Sodora <augsod@gmail.com> | 2012-01-08 13:21:37 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-09 00:54:30 -0500 |
commit | 8917da2a2b63e8c7df79f37b90303827ebc6e158 (patch) | |
tree | bfd5a5a14b8a8d6eff9a18e0b7665489ae6dce1e /sc | |
parent | c031fcd8355770bf46e46736e786905f21a7e575 (diff) |
callcatcher: Remove unused code
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: */ |