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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx
index 8c838ad02633..93f127dd2a7a 100644
--- a/idl/inc/slot.hxx
+++ b/idl/inc/slot.hxx
@@ -136,7 +136,7 @@ public:
void ResetSlotPointer()
{ pNextSlot = pLinkedSlot = nullptr; }
- virtual bool Test( SvIdlDataBase &, SvTokenStream & rInStm ) override;
+ virtual bool Test( SvTokenStream & rInStm ) override;
virtual void ReadAttributesSvIdl( SvIdlDataBase & rBase,
SvTokenStream & rInStm ) override;
virtual bool ReadSvIdl( SvIdlDataBase &, SvTokenStream & rInStm ) override;