summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/subtoolboxcontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/subtoolboxcontrol.cxx')
-rw-r--r--svx/source/tbxctrls/subtoolboxcontrol.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/tbxctrls/subtoolboxcontrol.cxx b/svx/source/tbxctrls/subtoolboxcontrol.cxx
index d1ae4806a836..040dbf0d7fbc 100644
--- a/svx/source/tbxctrls/subtoolboxcontrol.cxx
+++ b/svx/source/tbxctrls/subtoolboxcontrol.cxx
@@ -27,28 +27,16 @@
SFX_IMPL_TOOLBOX_CONTROL( SvxSubToolBoxControl, SfxUInt16Item );
-/**********************************************************************
-
-**********************************************************************/
-
SvxSubToolBoxControl::SvxSubToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx )
: SfxToolBoxControl( nSlotId, nId, rTbx )
{
rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) );
}
-/**********************************************************************
-
-**********************************************************************/
-
SvxSubToolBoxControl::~SvxSubToolBoxControl()
{
}
-/**********************************************************************
-
-**********************************************************************/
-
SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow()
{
const sal_Char* pResource = 0;
@@ -64,10 +52,6 @@ SfxPopupWindow* SvxSubToolBoxControl::CreatePopupWindow()
return NULL;
}
-/**********************************************************************
-
-**********************************************************************/
-
SfxPopupWindowType SvxSubToolBoxControl::GetPopupWindowType() const
{
return SFX_POPUPWINDOW_ONCLICK;