Kaydet (Commit) 8917da2a authored tarafından August Sodora's avatar August Sodora

callcatcher: Remove unused code

üst c031fcd8
......@@ -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: */
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment