idl/source/objects/types.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 335ecfee17f9971b431761e978ae3c89e742891c
Author:     Arnaud VERSINI <arnaud.vers...@libreoffice.org>
AuthorDate: Fri Dec 31 18:40:44 2021 +0100
Commit:     Arnaud Versini <arnaud.vers...@libreoffice.org>
CommitDate: Sat Jan 1 18:48:07 2022 +0100

    idl : use delegating constructor
    
    Change-Id: Ic3a23dfc1278a9f34d0b7a441d604903eadc2a8e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127818
    Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com>
    Tested-by: Jenkins

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 );
 }

Reply via email to