diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 18:50:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 14:54:56 -0600 |
commit | bed18b128ff1329579369b07b2b172e2906649f8 (patch) | |
tree | 2d3766c57b8b262e9560578edecb83e070154fe1 /forms/source/component/scrollbar.cxx | |
parent | 224f6c17f7119ca65716a73f21244ddd3e26a653 (diff) |
Remove visual noise from forms
Conflicts:
forms/source/component/DatabaseForm.cxx
Change-Id: I4005fe65e89794bd92191c37221c252a3e964917
Reviewed-on: https://gerrit.libreoffice.org/8262
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms/source/component/scrollbar.cxx')
-rw-r--r-- | forms/source/component/scrollbar.cxx | 16 |
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: */ |