diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-18 14:55:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-19 08:07:18 +0000 |
commit | 877774c05731b7505a3d3a947a1dcb528f36df41 (patch) | |
tree | 7576ec1fcdd6bb6357b7d96347a720fb82d4ee6e /idl/source | |
parent | f019ee7cf9e278cd8a27b1c36172ad4c8124080c (diff) |
loplugin:expandablemethodds in hwpfilter..linguistic
Change-Id: If20fd4a6cf8a8e005804dbb7caf41cce73d587a5
Reviewed-on: https://gerrit.libreoffice.org/30016
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'idl/source')
-rw-r--r-- | idl/source/objects/slot.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/idl/source/objects/slot.cxx b/idl/source/objects/slot.cxx index d72e996eba68..eee05ade65ea 100644 --- a/idl/source/objects/slot.cxx +++ b/idl/source/objects/slot.cxx @@ -237,24 +237,18 @@ void SvMetaSlot::ReadAttributesSvIdl( SvIdlDataBase & rBase, if( aToggle.ReadSvIdl( SvHash_Toggle(), rInStm ) ) { - SetToggle( aToggle ); bOk = true; } if( aAutoUpdate.ReadSvIdl( SvHash_AutoUpdate(), rInStm ) ) { - SetAutoUpdate( aAutoUpdate ); bOk = true; } - if( aAsynchron.ReadSvIdl( SvHash_Asynchron(), rInStm ) ) { - SetAsynchron( aAsynchron ); bOk = true; } - if( aRecordAbsolute.ReadSvIdl( SvHash_RecordAbsolute(), rInStm ) ) { - SetRecordAbsolute( aRecordAbsolute); bOk = true; } if( aRecordPerItem.ReadSvIdl( SvHash_RecordPerItem(), rInStm ) ) |