summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-21 09:48:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 09:48:22 +0000
commit8a281fdf0c1b53abd61eb41d92993e996f5e1b9d (patch)
treed0b66762ae30f5bbb8e4c96b27d072d003573d07 /svx/source
parent958de4c111c572936c31f0356089529f6d2b9297 (diff)
fix this
Diffstat (limited to 'svx/source')
-rwxr-xr-xsvx/source/tbxctrls/grafctrl.cxx2
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 ); }