diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 09:48:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-21 09:48:22 +0000 |
commit | 8a281fdf0c1b53abd61eb41d92993e996f5e1b9d (patch) | |
tree | d0b66762ae30f5bbb8e4c96b27d072d003573d07 /svx/source | |
parent | 958de4c111c572936c31f0356089529f6d2b9297 (diff) |
fix this
Diffstat (limited to 'svx/source')
-rwxr-xr-x | svx/source/tbxctrls/grafctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx index f7ed54e79b35..f11dee45177c 100755 --- a/svx/source/tbxctrls/grafctrl.cxx +++ b/svx/source/tbxctrls/grafctrl.cxx @@ -300,7 +300,7 @@ protected: public: - ImplGrafControl( Window* pParent, sal_uInt16 nSlotId, const rtl::OUString& rCmd, const Reference< XFrame >& rFrame ); + ImplGrafControl( Window* pParent, const rtl::OUString& rCmd, const Reference< XFrame >& rFrame ); ~ImplGrafControl(); void Update( const SfxPoolItem* pItem ) { maField.Update( pItem ); } |