From d6916216c5844ff3dd8313d99e361a419a66f6c6 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 13 Feb 2012 16:51:28 +0000 Subject: WaE: unused code thinko --- svtools/inc/svtools/ctrlbox.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'svtools/inc') diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx index 7143d3c7e765..d13455f5c159 100644 --- a/svtools/inc/svtools/ctrlbox.hxx +++ b/svtools/inc/svtools/ctrlbox.hxx @@ -560,7 +560,6 @@ public: virtual void SetValue( sal_Int64 nNewValue ); virtual sal_Int64 GetValue( FieldUnit eOutUnit ) const; virtual sal_Int64 GetValue() const; - void SetUserValue( sal_Int64 nNewValue ) { SetUserValue( nNewValue, FUNIT_NONE ); } private: // declared as private because some compilers would generate the default functions -- cgit