summaryrefslogtreecommitdiff
path: root/forms/source/component/spinbutton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/spinbutton.cxx')
-rw-r--r--forms/source/component/spinbutton.cxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index fef41b5cf688..79714a329b58 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -18,6 +18,7 @@
*/
#include "spinbutton.hxx"
+#include "scrollbar.hxx"
#include <comphelper/streamsection.hxx>
#include <comphelper/basicio.hxx>
@@ -44,12 +45,6 @@ namespace frm
//= OSpinButtonModel
- // implemented elsewhere
- Any translateExternalDoubleToControlIntValue(
- const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties,
- const OUString& _rMinValueName, const OUString& _rMaxValueName );
- Any translateControlIntToExternalDoubleValue( const Any& _rControlIntValue );
-
OSpinButtonModel::OSpinButtonModel( const Reference<XComponentContext>& _rxFactory )
:OBoundControlModel( _rxFactory, VCL_CONTROLMODEL_SPINBUTTON, VCL_CONTROL_SPINBUTTON, true, true, false )
,m_nDefaultSpinValue( 0 )