summaryrefslogtreecommitdiff
path: root/idl/inc/slot.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idl/inc/slot.hxx')
-rw-r--r--idl/inc/slot.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index eee879b817bf..91eff6dfdb1e 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -153,9 +153,9 @@ public:
SvMetaSlot();
SvMetaSlot( SvMetaType * pType );
- virtual bool IsVariable() const SAL_OVERRIDE;
- virtual bool IsMethod() const SAL_OVERRIDE;
- virtual OString GetMangleName( bool bVariable ) const SAL_OVERRIDE;
+ virtual bool IsVariable() const override;
+ virtual bool IsMethod() const override;
+ virtual OString GetMangleName( bool bVariable ) const override;
SvMetaAttribute * GetMethod() const;
SvMetaType * GetSlotType() const;
@@ -200,12 +200,12 @@ public:
void ResetSlotPointer()
{ pNextSlot = pLinkedSlot = 0; }
- virtual bool Test( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
+ virtual bool Test( SvIdlDataBase &, SvTokenStream & rInStm ) override;
virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
- SvTokenStream & rInStm ) SAL_OVERRIDE;
- virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) SAL_OVERRIDE;
+ SvTokenStream & rInStm ) override;
+ virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;
virtual void Insert( SvSlotElementList&, const OString& rPrefix,
- SvIdlDataBase& ) SAL_OVERRIDE;
+ SvIdlDataBase& ) override;
void WriteSlotStubs( const OString& rShellName,
ByteStringList & rList,
SvStream & rOutStm );