diff options
Diffstat (limited to 'include/sfx2/objface.hxx')
-rw-r--r-- | include/sfx2/objface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx index c4a4206f2c82..5ae302bbb082 100644 --- a/include/sfx2/objface.hxx +++ b/include/sfx2/objface.hxx @@ -58,7 +58,7 @@ public: const SfxSlot* GetRealSlot( const SfxSlot * ) const; const SfxSlot* GetRealSlot( sal_uInt16 nSlotId ) const; - virtual const SfxSlot* GetSlot( sal_uInt16 nSlotId ) const; + const SfxSlot* GetSlot( sal_uInt16 nSlotId ) const; const SfxSlot* GetSlot( const OUString& rCommand ) const; const char* GetClassName() const { return pName; } |