summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/tbx_ww.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-10 00:56:06 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-10 00:56:06 +0900
commit2ac4d8bf32ef72e22b1feaef300b604a50cdc6d2 (patch)
treef0d087fa3185cb8a7b8a7be3eb5a2268ae67f9f2 /sd/source/ui/inc/tbx_ww.hxx
parentcfe98a1305202419f224a31e54cd37e64401fa4f (diff)
nuke dead code
Change-Id: I666791b2a2bb817d59625868d5e2df1a9341b2ff
Diffstat (limited to 'sd/source/ui/inc/tbx_ww.hxx')
-rw-r--r--sd/source/ui/inc/tbx_ww.hxx36
1 files changed, 0 insertions, 36 deletions
diff --git a/sd/source/ui/inc/tbx_ww.hxx b/sd/source/ui/inc/tbx_ww.hxx
index 357ce5982bd2..33dfcebab99a 100644
--- a/sd/source/ui/inc/tbx_ww.hxx
+++ b/sd/source/ui/inc/tbx_ww.hxx
@@ -33,42 +33,6 @@
#include <sdresid.hxx>
#include <sfx2/tbxctrl.hxx>
-//------------------------------------------------------------------------
-
-/*
-class SdPopupWindowTbx : public SfxPopupWindow
-{
-private:
- SfxToolBoxManager aTbx;
- SdResId aSdResIdWin;
- SdResId aSdResIdTbx;
- WindowAlign eTbxAlign;
- Link aSelectLink;
-
- DECL_LINK( TbxSelectHdl, ToolBox * );
-
-public:
- SdPopupWindowTbx( sal_uInt16 nId, WindowAlign eAlign,
- SdResId aRIdWin, SdResId aRIdTbx, SfxBindings& rBindings );
- ~SdPopupWindowTbx();
-
- virtual SfxPopupWindow* Clone() const;
-
- virtual void PopupModeEnd();
-
- void StartSelection() { aTbx.GetToolBox().StartSelection(); }
- void Update();
-
-private:
-
- // Adapt the toolbox to whether CTL is active or not. If CTL is not
- // active then all toolbox items that describe CTL specific shapes are
- // deleted from it and its size is re-calculated.
- void AdaptToCTL (void);
-};
-*/
-//------------------------------------------------------------------------
-
class SdTbxControl : public SfxToolBoxControl
{
private: