From 90e8ad7ab779740c7381d26ffe7d08acc3a9ff96 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 21 Jul 2015 15:39:17 +0200 Subject: loplugin:unusedmethods scripting,sc Change-Id: I0016aefce1aad3a89bd23dcec6fbab58a7c844d7 Reviewed-on: https://gerrit.libreoffice.org/17263 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/inc/cellvalue.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'sc/inc/cellvalue.hxx') diff --git a/sc/inc/cellvalue.hxx b/sc/inc/cellvalue.hxx index 3a2d3c8678d1..6d16928d63f0 100644 --- a/sc/inc/cellvalue.hxx +++ b/sc/inc/cellvalue.hxx @@ -48,7 +48,6 @@ struct SC_DLLPUBLIC ScCellValue void clear(); - void set( const ScRefCellValue& rCell ); void set( double fValue ); void set( const svl::SharedString& rStr ); void set( const EditTextObject& rEditText ); -- cgit