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 | |
parent | c031fcd8355770bf46e46736e786905f21a7e575 (diff) |
callcatcher: Remove unused code
-rw-r--r-- | sc/source/core/data/compressedarray.cxx | 4 | ||||
-rw-r--r-- | unusedcode.easy | 3 |
2 files changed, 1 insertions, 6 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: */ diff --git a/unusedcode.easy b/unusedcode.easy index d583b25e600b..e54f3800195b 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -1971,5 +1971,4 @@ vcl::PDFExtOutDevData::SetOutlineItemText(int, rtl::OUString const&) vcl::PDFWriter::DrawPixel(Polygon const&, Color const*) vcl::PDFWriterImpl::drawPolyPolygon(PolyPolygon const&, int, bool) vcl::unx::GtkPrintWrapper::print_operation_set_has_selection(_GtkPrintOperation*, int) const -vcl::unx::GtkPrintWrapper::print_operation_set_support_selection(_GtkPrintOperation*, int) const -void ScCompressedArrayIterator<int, unsigned short>::Follow<unsigned char>(ScCompressedArrayIterator<int, unsigned char> const&) +vcl::unx::GtkPrintWrapper::print_operation_set_support_selection(_GtkPrintOperation*, int) const
\ No newline at end of file |