summaryrefslogtreecommitdiff
path: root/forms/source/component/scrollbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/scrollbar.cxx')
-rw-r--r--forms/source/component/scrollbar.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/scrollbar.cxx b/forms/source/component/scrollbar.cxx
index 839d95bfaca4..85f86c091e15 100644
--- a/forms/source/component/scrollbar.cxx
+++ b/forms/source/component/scrollbar.cxx
@@ -28,10 +28,10 @@ extern "C" void SAL_CALL createRegistryInfo_OScrollBarModel()
static ::frm::OMultiInstanceAutoRegistration< ::frm::OScrollBarModel > aRegisterModel;
}
-//........................................................................
+
namespace frm
{
-//........................................................................
+
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::beans;
@@ -42,9 +42,9 @@ namespace frm
using namespace ::com::sun::star::io;
using namespace ::com::sun::star::form::binding;
- //====================================================================
+
//= helper
- //====================================================================
+
Any translateExternalDoubleToControlIntValue(
const Any& _rExternalValue, const Reference< XPropertySet >& _rxProperties,
@@ -94,9 +94,9 @@ namespace frm
return aExternalDoubleValue;
}
- //====================================================================
+
//= OScrollBarModel
- //====================================================================
+
OScrollBarModel::OScrollBarModel( const Reference<XComponentContext>& _rxFactory )
@@ -300,8 +300,8 @@ namespace frm
return Sequence< Type >( &::getCppuType( static_cast< double* >( NULL ) ), 1 );
}
-//........................................................................
+
} // namespace frm
-//........................................................................
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */