summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorArnaud VERSINI <arnaud.versini@libreoffice.org>2021-12-31 18:40:44 +0100
committerArnaud Versini <arnaud.versini@libreoffice.org>2022-01-01 18:48:07 +0100
commit335ecfee17f9971b431761e978ae3c89e742891c (patch)
tree67a2069faddbe98f96ea6e9d9a1aa0866d3efa68 /idl
parentf3dce2a4039ce16593a084480d1fc6f82ce9b147 (diff)
idl : use delegating constructor
Change-Id: Ic3a23dfc1278a9f34d0b7a441d604903eadc2a8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127818 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/types.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx
index a3dde07d96a7..08492b4b6ddb 100644
--- a/idl/source/objects/types.cxx
+++ b/idl/source/objects/types.cxx
@@ -126,8 +126,7 @@ SvMetaType::SvMetaType()
}
SvMetaType::SvMetaType( const OString& rName )
- : nType( MetaTypeType::Base )
- , bIsItem( false )
+ : SvMetaType()
{
SetName( rName );
}