diff options
Diffstat (limited to 'idl/source/objects/slot.cxx')
-rw-r--r-- | idl/source/objects/slot.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index ff32774ae4c1..2db9e130fd76 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -355,7 +355,7 @@ static OString MakeSlotName( SvStringHashEntry const * pEntry ) void SvMetaSlot::WriteSlotStubs( const OString& rShellName, ByteStringList & rList, - SvStream & rOutStm ) + SvStream & rOutStm ) const { if ( !GetExport() && !GetHidden() ) return; @@ -595,7 +595,7 @@ void SvMetaSlot::WriteSlot( const OString& rShellName, sal_uInt16 nCount, rOutStm.WriteCharPtr( " )," ) << endl; } -sal_uInt16 SvMetaSlot::WriteSlotParamArray( SvIdlDataBase & rBase, SvStream & rOutStm ) +sal_uInt16 SvMetaSlot::WriteSlotParamArray( SvIdlDataBase & rBase, SvStream & rOutStm ) const { if ( !GetExport() && !GetHidden() ) return 0; |