summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/tkspinbutton.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/tkspinbutton.cxx')
-rw-r--r--toolkit/source/controls/tkspinbutton.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx
index 6c435876accc..f1736047796c 100644
--- a/toolkit/source/controls/tkspinbutton.cxx
+++ b/toolkit/source/controls/tkspinbutton.cxx
@@ -60,9 +60,9 @@ public:
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(css::uno::RuntimeException);
};
-//====================================================================
+
//= UnoSpinButtonControl
-//====================================================================
+
typedef ::cppu::ImplHelper2 < css::awt::XAdjustmentListener
, css::awt::XSpinValue
@@ -111,9 +111,9 @@ public:
css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(css::uno::RuntimeException);
};
- //====================================================================
+
//= UnoSpinButtonModel
- //====================================================================
+
UnoSpinButtonModel::UnoSpinButtonModel( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& i_factory )
:UnoControlModel( i_factory )
@@ -199,9 +199,9 @@ public:
return aServices;
}
- //====================================================================
+
//= UnoSpinButtonControl
- //====================================================================
+
UnoSpinButtonControl::UnoSpinButtonControl()
:UnoControlBase()