summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-07 17:35:15 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-07 17:35:15 +0100
commitc5b727675460581258489d3bd569a61184ad69cd (patch)
tree6e9cb2940cb74b5cd060a57e1db0065b07b4935c /sfx2/inc/inettbc.hxx
parentdcd8e4664d9a284c24ceb0360cab0606b22cf86d (diff)
removetooltypes: #i112600# remove tooltypes
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index fe8358bfe646..97b5275711f1 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -48,7 +48,7 @@ private:
::svt::AcceleratorExecute* pAccExec;
SvtURLBox* GetURLBox() const;
- void OpenURL( const String& rName, BOOL bNew ) const;
+ void OpenURL( const String& rName, sal_Bool bNew ) const;
DECL_LINK( OpenHdl, void* );
DECL_LINK( SelectHdl, void* );
@@ -67,11 +67,11 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
- SfxURLToolBoxControl_Impl( USHORT nSlotId, USHORT nId, ToolBox& rBox );
+ SfxURLToolBoxControl_Impl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rBox );
virtual ~SfxURLToolBoxControl_Impl();
virtual Window* CreateItemWindow( Window* pParent );
- virtual void StateChanged( USHORT nSID, SfxItemState eState, const SfxPoolItem* pState );
+ virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState );
};
#endif