summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-02-13 16:51:28 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-02-13 16:51:52 +0000
commitd6916216c5844ff3dd8313d99e361a419a66f6c6 (patch)
treed5bb944a4c9566ca175a60b1d880a9c05503520f /svtools
parentc2ad01cc22d79aeed31d97220430d9a9fd4fd2b1 (diff)
WaE: unused code thinko
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/ctrlbox.hxx1
1 files changed, 0 insertions, 1 deletions
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