From 96d44c9b077a6cc8068067a795dc63248ab90fea Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 22 Jul 2015 10:20:03 +0200 Subject: loplugin:unusedmethods sc Change-Id: I7bdb1889a942d63370731764a58f4ab524dedd8a Reviewed-on: https://gerrit.libreoffice.org/17287 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/inc/worksheethelper.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/source/filter/inc/worksheethelper.hxx') diff --git a/sc/source/filter/inc/worksheethelper.hxx b/sc/source/filter/inc/worksheethelper.hxx index 27bb7e3a69ca..663baade1f3f 100644 --- a/sc/source/filter/inc/worksheethelper.hxx +++ b/sc/source/filter/inc/worksheethelper.hxx @@ -274,8 +274,6 @@ public: @descr Row default formatting is converted directly, other settings are cached and converted in the finalizeWorksheetImport() call. */ void setRowModel( const RowModel& rModel ); - /** Specifies that the passed row needs to set its height manually. */ - void setManualRowHeight( sal_Int32 nRow ); /** Inserts a value cell directly into the Calc sheet. */ void putValue( const com::sun::star::table::CellAddress& rAddress, double fValue ); -- cgit