diff options
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r-- | sfx2/inc/inettbc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx index 9e0bbac8541e..0eb4feecbe44 100644 --- a/sfx2/inc/inettbc.hxx +++ b/sfx2/inc/inettbc.hxx @@ -52,7 +52,7 @@ public: SFX_DECL_TOOLBOX_CONTROL(); - SfxURLToolBoxControl_Impl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rBox ); + SfxURLToolBoxControl_Impl( sal_uInt16 nSlotId, ToolBoxItemId nId, ToolBox& rBox ); virtual ~SfxURLToolBoxControl_Impl() override; virtual VclPtr<InterimItemWindow> CreateItemWindow(vcl::Window* pParent) override; |