diff options
Diffstat (limited to 'svx')
-rwxr-xr-x | svx/source/tbxctrls/grafctrl.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index 5f9e4fe94a35..f7ed54e79b35 100755 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -311,7 +311,6 @@ public: ImplGrafControl::ImplGrafControl( Window* pParent, - sal_uInt16 /*nSlotId*/, const rtl::OUString& rCmd, const Reference< XFrame >& rFrame ) : Control( pParent, WB_TABSTOP ) @@ -594,7 +593,7 @@ void SvxGrafToolBoxControl::StateChanged( sal_uInt16, SfxItemState eState, const Window* SvxGrafToolBoxControl::CreateItemWindow( Window *pParent ) { - return( new ImplGrafControl( pParent, GetSlotId(), m_aCommandURL, m_xFrame ) ); + return( new ImplGrafControl( pParent, m_aCommandURL, m_xFrame ) ); } // ---------------------------- |