summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/subtoolboxcontrol.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-07 15:30:37 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 18:08:29 +0200
commitadc49a81e940cb84724288a4453b6711f283219f (patch)
treedc86287afb936e3459bc9217480884ab5bd48ea2 /svx/source/tbxctrls/subtoolboxcontrol.cxx
parent7435558847c7bbe9160e0ca6fb1a6115a34555fe (diff)
remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
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;