From f19049065aa3e187377ab73cc70b6faa7803102a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 8 Sep 2015 16:32:18 +0200 Subject: Remove unused function params Change-Id: I0db4352ab7a14b4a62bebb650d1956c4a177b67f --- svtools/inc/table/gridtablerenderer.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'svtools/inc') diff --git a/svtools/inc/table/gridtablerenderer.hxx b/svtools/inc/table/gridtablerenderer.hxx index 4df38f8eeaf5..e3f14cd341da 100644 --- a/svtools/inc/table/gridtablerenderer.hxx +++ b/svtools/inc/table/gridtablerenderer.hxx @@ -87,13 +87,10 @@ namespace svt { namespace table virtual void HideCellCursor( vcl::Window& _rView, const Rectangle& _rCursorRect) SAL_OVERRIDE; virtual bool FitsIntoCell( ::com::sun::star::uno::Any const & i_cellContent, - ColPos const i_colPos, RowPos const i_rowPos, - bool const i_active, bool const i_selected, OutputDevice& i_targetDevice, Rectangle const & i_targetArea ) const SAL_OVERRIDE; virtual bool GetFormattedCellString( ::com::sun::star::uno::Any const & i_cellValue, - ColPos const i_colPos, RowPos const i_rowPos, OUString & o_cellString ) const SAL_OVERRIDE; -- cgit