summaryrefslogtreecommitdiff
path: root/svtools/inc/table
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-09-08 16:32:18 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-09-08 16:32:18 +0200
commitf19049065aa3e187377ab73cc70b6faa7803102a (patch)
treeaeb6ececf362b377b06df0bdfec3ca0129fca707 /svtools/inc/table
parentbd53697bab53d46df952eeb23b609c59adc330cc (diff)
Remove unused function params
Change-Id: I0db4352ab7a14b4a62bebb650d1956c4a177b67f
Diffstat (limited to 'svtools/inc/table')
-rw-r--r--svtools/inc/table/gridtablerenderer.hxx3
1 files changed, 0 insertions, 3 deletions
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;