diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-10 23:24:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-12 09:10:00 +0100 |
commit | 9d5fcd70e1bfdb66bb3e8ee7005ac723f1a5061f (patch) | |
tree | e6fdd8a809a601e392d7c7e5fb9491d045992c60 /sfx2/inc | |
parent | d7842b76d8fdef15a1019c99af322c0ae37cb8db (diff) |
SfxMacro arg unused
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/macro.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/inc/macro.hxx b/sfx2/inc/macro.hxx index 9b5146fd15df..09a6a344bc3d 100644 --- a/sfx2/inc/macro.hxx +++ b/sfx2/inc/macro.hxx @@ -25,8 +25,7 @@ class SfxMacroStatement #ifdef _SFXMACRO_HXX private: - void GenerateNameAndArgs_Impl( SfxMacro *pMacro, - const SfxSlot &rSlot, + void GenerateNameAndArgs_Impl( const SfxSlot &rSlot, sal_Bool bRequestDone, ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >& aArgs ); #endif |