summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tbinsert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/tbinsert.hxx')
-rw-r--r--sc/source/ui/inc/tbinsert.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sc/source/ui/inc/tbinsert.hxx b/sc/source/ui/inc/tbinsert.hxx
index 605710063872..0a0ec8296719 100644
--- a/sc/source/ui/inc/tbinsert.hxx
+++ b/sc/source/ui/inc/tbinsert.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
@@ -37,10 +37,10 @@
class ScTbxInsertCtrl : public SfxToolBoxControl
{
- USHORT nLastSlotId;
+ USHORT nLastSlotId;
using SfxToolBoxControl::Select;
- virtual void Select( BOOL bMod1 = FALSE );
+ virtual void Select( BOOL bMod1 = FALSE );
public:
SFX_DECL_TOOLBOX_CONTROL();
@@ -48,9 +48,9 @@ public:
ScTbxInsertCtrl( USHORT nSlotId, USHORT nId, ToolBox& rBox );
~ScTbxInsertCtrl();
- virtual SfxPopupWindowType GetPopupWindowType() const;
- virtual SfxPopupWindow* CreatePopupWindow();
- virtual void StateChanged( USHORT nSID,
+ virtual SfxPopupWindowType GetPopupWindowType() const;
+ virtual SfxPopupWindow* CreatePopupWindow();
+ virtual void StateChanged( USHORT nSID,
SfxItemState eState,
const SfxPoolItem* pState );
};
@@ -61,17 +61,17 @@ public:
/*
class ScTbxInsertPopup : public SfxPopupWindow
{
- SfxToolBoxManager aTbx;
- ResId aRIdWinTemp;
- ResId aRIdTbxTemp;
+ SfxToolBoxManager aTbx;
+ ResId aRIdWinTemp;
+ ResId aRIdTbxTemp;
- Link aTbxClickHdl;
+ Link aTbxClickHdl;
DECL_LINK( TbxSelectHdl, ToolBox* );
DECL_LINK( TbxClickHdl, ToolBox* );
protected:
- virtual void PopupModeEnd();
+ virtual void PopupModeEnd();
public:
ScTbxInsertPopup( USHORT nId, WindowAlign eAlign,