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/solar/component/navbarcontrol.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/solar/component/navbarcontrol.cxx')
-rw-r--r-- | forms/source/solar/component/navbarcontrol.cxx | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/forms/source/solar/component/navbarcontrol.cxx b/forms/source/solar/component/navbarcontrol.cxx index cd29d5eb6bc3..b3f9814b2786 100644 --- a/forms/source/solar/component/navbarcontrol.cxx +++ b/forms/source/solar/component/navbarcontrol.cxx @@ -45,10 +45,10 @@ extern "C" void SAL_CALL createRegistryInfo_ONavigationBarControl() static ::frm::OMultiInstanceAutoRegistration< ::frm::ONavigationBarControl > aAutoRegistration; } -//......................................................................... + namespace frm { -//......................................................................... + using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; @@ -65,9 +65,9 @@ namespace frm xTypedPeer->method( param1 ); \ } - //================================================================== + // ONavigationBarControl - //================================================================== + ONavigationBarControl::ONavigationBarControl( const Reference< XComponentContext >& _rxORB) :UnoControl(), m_xContext(_rxORB) @@ -96,7 +96,7 @@ namespace frm namespace { - //.............................................................. + static WinBits lcl_getWinBits_nothrow( const Reference< XControlModel >& _rxModel ) { WinBits nBits = 0; @@ -229,9 +229,9 @@ namespace frm FORWARD_TO_PEER_1( XVclWindowPeer, setDesignMode, _bOn ); } - //================================================================== + // ONavigationBarPeer - //================================================================== + ONavigationBarPeer* ONavigationBarPeer::Create( const Reference< XComponentContext >& _rxORB, Window* _pParentWindow, const Reference< XControlModel >& _rxModel ) @@ -517,8 +517,8 @@ namespace frm _rFeatureIds.push_back( FormFeature::RemoveFilterAndSort ); } -//......................................................................... + } // namespace frm -//......................................................................... + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |