diff options
author | Noel Grandin <noel@peralex.com> | 2014-09-21 15:46:10 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-09-22 07:29:17 +0200 |
commit | 3ddae219e4be882704ffd917e80c1d8b22c5d48b (patch) | |
tree | 1193b8001ffe9f755b12bd2e1f017a402fd710c6 /idl/inc | |
parent | 764e3016b62665281539af4e990ca4ff0445c26c (diff) |
remove unused fields pName and pMethodName in SfxSlot class
Change-Id: Icca5a0dee296fae1abeb78ea8ffa2f9e934bb111
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/slot.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index 220c47866829..65ede6d3f969 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -72,8 +72,7 @@ class SvMetaSlot : public SvMetaAttribute sal_uInt16 nCount, const OString& rSlotId, SvSlotElementList &rList, size_t nStart, - const OString& rPrefix, - SvIdlDataBase & rBase, SvStream & rOutStm ); + SvIdlDataBase & rBase, SvStream & rOutStm ); virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, sal_uInt16 nTab, WriteType, WriteAttribute = 0 ) SAL_OVERRIDE; @@ -244,7 +243,6 @@ public: sal_uInt16 nCount, SvSlotElementList&, size_t nStart, - const OString&, SvIdlDataBase & rBase, SvStream & rOutStm ); sal_uInt16 WriteSlotParamArray( SvIdlDataBase & rBase, |