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.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/spinbutton.cxx b/forms/source/component/spinbutton.cxx
index c5a21b811259..18ec0246a9ff 100644
--- a/forms/source/component/spinbutton.cxx
+++ b/forms/source/component/spinbutton.cxx
@@ -27,10 +27,10 @@ extern "C" void SAL_CALL createRegistryInfo_OSpinButtonModel()
static ::frm::OMultiInstanceAutoRegistration< ::frm::OSpinButtonModel > aRegisterModel;
}
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
@@ -41,18 +41,18 @@ namespace frm
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::form::binding;
- //====================================================================
+
//= 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::OSpinButtonModel( const Reference<XComponentContext>& _rxFactory )
@@ -256,8 +256,8 @@ namespace frm
return Sequence< Type >( &::getCppuType( static_cast< double* >( NULL ) ), 1 );
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */