summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-06 12:27:54 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-06 12:27:54 +0000
commit97bc2e03b35aa0c76c968ff51b87a16fc904b344 (patch)
tree765ff4aee528cd29fc92bbc5e2828f476bc494f8 /sfx2/inc/inettbc.hxx
parentfd9bf4d4ca72452e04307723797d9c9081a10a42 (diff)
INTEGRATION: CWS docking1 (1.9.410); FILE MERGED
2004/04/25 05:34:35 cd 1.9.410.1: #i24937# Prepare sfx2 to use framework based UNO API
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx20
1 files changed, 6 insertions, 14 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index d0e8f1762e13..cfa281aa32fa 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inettbc.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: dv $ $Date: 2001-07-09 15:13:04 $
+ * last change: $Author: obo $ $Date: 2004-07-06 13:27:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,6 @@ class SvtURLBox;
class SfxURLToolBoxControl_Impl : public SfxToolBoxControl
{
private:
- SfxStatusForwarder aURLForwarder;
SvtURLBox* GetURLBox() const;
void OpenURL( const String& rName, BOOL bNew ) const;
@@ -89,13 +88,10 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
- SfxURLToolBoxControl_Impl( USHORT nId,
- ToolBox& rBox,
- SfxBindings& rBindings );
+ SfxURLToolBoxControl_Impl( USHORT nSlotId, USHORT nId, ToolBox& rBox );
virtual Window* CreateItemWindow( Window* pParent );
- virtual void StateChanged( USHORT nSID, SfxItemState eState,
- const SfxPoolItem* pState );
+ virtual void StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState );
};
class SfxCancelToolBoxControl_Impl : public SfxToolBoxControl
@@ -104,15 +100,11 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
- SfxCancelToolBoxControl_Impl(
- USHORT nId,
- ToolBox& rBox,
- SfxBindings& rBindings );
+ SfxCancelToolBoxControl_Impl( USHORT nSlotId, USHORT nId, ToolBox& rBox );
virtual SfxPopupWindowType GetPopupWindowType() const;
virtual SfxPopupWindow* CreatePopupWindow();
- virtual void StateChanged( USHORT nSID, SfxItemState eState,
- const SfxPoolItem* pState );
+ virtual void StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState );
};
#endif