summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/tbxctl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/tbxctl.hxx')
-rw-r--r--basctl/source/basicide/tbxctl.hxx26
1 files changed, 13 insertions, 13 deletions
diff --git a/basctl/source/basicide/tbxctl.hxx b/basctl/source/basicide/tbxctl.hxx
index 6a1461c78640..5ed5d6798fda 100644
--- a/basctl/source/basicide/tbxctl.hxx
+++ b/basctl/source/basicide/tbxctl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -39,8 +39,8 @@
class PopupWindowTbx : public SfxPopupWindow
{
private:
- SfxToolBoxManager aTbx;
- Link aSelectLink;
+ SfxToolBoxManager aTbx;
+ Link aSelectLink;
DECL_LINK( SelectHdl, void* );
@@ -49,12 +49,12 @@ public:
ResId aRIdWin, ResId aRIdTbx, SfxBindings& rBind );
~PopupWindowTbx();
- void StartSelection()
+ void StartSelection()
{ aTbx.GetToolBox().StartSelection(); }
- void Update();
+ void Update();
- virtual SfxPopupWindow* Clone() const;
- virtual void PopupModeEnd();
+ virtual SfxPopupWindow* Clone() const;
+ virtual void PopupModeEnd();
};
#endif
*/
@@ -71,10 +71,10 @@ private:
bool bDisabled;
};
- USHORT nLastSlot;
+ USHORT nLastSlot;
protected:
- virtual void StateChanged( USHORT nSID, SfxItemState eState,
+ virtual void StateChanged( USHORT nSID, SfxItemState eState,
const SfxPoolItem* pState );
public:
SFX_DECL_TOOLBOX_CONTROL();
@@ -82,11 +82,11 @@ public:
TbxControls(USHORT nSlotId, USHORT nId, ToolBox& rTbx );
~TbxControls() {}
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
+ virtual SfxPopupWindowType GetPopupWindowType() const;
+ virtual SfxPopupWindow* CreatePopupWindow();
- using SfxToolBoxControl::Select;
- void Select( USHORT nModifier );
+ using SfxToolBoxControl::Select;
+ void Select( USHORT nModifier );
};