summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/lboxctrl.cxx
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:51:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 07:42:24 -0600
commitb1181b89f3c6a0b435f49d9b2bfa18db2b5f6f3c (patch)
tree1ccd7fbb50f8ef1a6ac846e178550da83cd263ca /svx/source/tbxctrls/lboxctrl.cxx
parent060ab521fa0d5d6b9fcb97eab4718c04e8aec944 (diff)
Remove visual noise from svx
Change-Id: I56497d953b0500ba0967fddb36ca8bbbe86c62ad Reviewed-on: https://gerrit.libreoffice.org/8321 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/tbxctrls/lboxctrl.cxx')
-rw-r--r--svx/source/tbxctrls/lboxctrl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/lboxctrl.cxx b/svx/source/tbxctrls/lboxctrl.cxx
index aa44b89d9afd..c849f8988257 100644
--- a/svx/source/tbxctrls/lboxctrl.cxx
+++ b/svx/source/tbxctrls/lboxctrl.cxx
@@ -50,7 +50,7 @@ using namespace ::com::sun::star::frame;
class SvxPopupWindowListBox;
-/////////////////////////////////////////////////////////////////
+
class SvxPopupWindowListBox : public SfxPopupWindow
{
@@ -85,7 +85,7 @@ public:
/*virtual*/Window* GetPreferredKeyInputWindow();
};
-/////////////////////////////////////////////////////////////////
+
SvxPopupWindowListBox::SvxPopupWindowListBox( sal_uInt16 nSlotId, const OUString& rCommandURL, sal_uInt16 nId, ToolBox& rTbx ) :
SfxPopupWindow( nSlotId, Reference< XFrame >(), SVX_RES( RID_SVXTBX_UNDO_REDO_CTRL ) ),
@@ -144,7 +144,7 @@ Window* SvxPopupWindowListBox::GetPreferredKeyInputWindow()
return pListBox->GetPreferredKeyInputWindow();
}
-/////////////////////////////////////////////////////////////////
+
SvxListBoxControl::SvxListBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx )
:SfxToolBoxControl( nSlotId, nId, rTbx ),
@@ -236,7 +236,7 @@ IMPL_LINK_NOARG(SvxListBoxControl, SelectHdl)
return 0;
}
-/////////////////////////////////////////////////////////////////
+
SFX_IMPL_TOOLBOX_CONTROL( SvxUndoRedoControl, SfxStringItem );