diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:34:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 08:12:10 -0600 |
commit | c7c40687f6d1e0f155dde44d8803a2e957797c08 (patch) | |
tree | 20e6807f1ded95c85d3477f8951caa62f352e954 /sfx2/source/inet | |
parent | ff0562fa4f7d8b7aceca16771d84db87d3f19756 (diff) |
Remove visual noise from sfx2
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a
Reviewed-on: https://gerrit.libreoffice.org/8310
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/inet')
-rw-r--r-- | sfx2/source/inet/inettbc.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/inet/inettbc.cxx b/sfx2/source/inet/inettbc.cxx index 869a3c9f447a..f55430432ba1 100644 --- a/sfx2/source/inet/inettbc.cxx +++ b/sfx2/source/inet/inettbc.cxx @@ -55,9 +55,9 @@ using namespace ::com::sun::star::util; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::task; -//*************************************************************************** + // SfxURLToolBoxControl_Impl -//*************************************************************************** + SFX_IMPL_TOOLBOX_CONTROL(SfxURLToolBoxControl_Impl,SfxStringItem) @@ -76,7 +76,7 @@ SvtURLBox* SfxURLToolBoxControl_Impl::GetURLBox() const return (SvtURLBox*)GetToolBox().GetItemWindow( GetId() ); } -//*************************************************************************** + void SfxURLToolBoxControl_Impl::OpenURL( const OUString& rName, sal_Bool /*bNew*/ ) const { @@ -192,7 +192,7 @@ IMPL_LINK_NOARG(SfxURLToolBoxControl_Impl, OpenHdl) return 1L; } -//*************************************************************************** + void SfxURLToolBoxControl_Impl::StateChanged ( |