summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
Diffstat (limited to 'idl/source')
-rw-r--r--idl/source/objects/slot.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx
index 22702f1b1d69..c17926a0e44f 100644
--- a/idl/source/objects/slot.cxx
+++ b/idl/source/objects/slot.cxx
@@ -33,27 +33,27 @@ SvMetaObject *SvMetaSlot::MakeClone() const
}
SvMetaSlot::SvMetaSlot()
- : aRecordPerSet( true, false )
- , aRecordAbsolute( false, false )
+ : aRecordPerSet( true )
+ , aRecordAbsolute( false )
, pLinkedSlot(nullptr)
, pNextSlot(nullptr)
, nListPos(0)
, pEnumValue(nullptr)
- , aReadOnlyDoc ( true, false )
- , aExport( true, false )
+ , aReadOnlyDoc ( true )
+ , aExport( true )
{
}
SvMetaSlot::SvMetaSlot( SvMetaType * pType )
: SvMetaAttribute( pType )
- , aRecordPerSet( true, false )
- , aRecordAbsolute( false, false )
+ , aRecordPerSet( true )
+ , aRecordAbsolute( false )
, pLinkedSlot(nullptr)
, pNextSlot(nullptr)
, nListPos(0)
, pEnumValue(nullptr)
- , aReadOnlyDoc ( true, false )
- , aExport( true, false )
+ , aReadOnlyDoc ( true )
+ , aExport( true )
{
}