[Libreoffice-commits] .: svtools/inc
Michael Meeks
michael at kemper.freedesktop.org
Mon Feb 13 08:52:52 PST 2012
svtools/inc/svtools/ctrlbox.hxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit d6916216c5844ff3dd8313d99e361a419a66f6c6
Author: Michael Meeks <michael.meeks at suse.com>
Date: Mon Feb 13 16:51:28 2012 +0000
WaE: unused code thinko
diff --git a/svtools/inc/svtools/ctrlbox.hxx b/svtools/inc/svtools/ctrlbox.hxx
index 7143d3c..d13455f 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
More information about the Libreoffice-commits
mailing list