From a3682484c69500886931d921b886d63fa289d853 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 11 Feb 2014 13:45:18 +0200 Subject: cid#705188 missing break in switch Change-Id: I5e777801a7df934f61182f6df8f66fc18d00073c --- idl/source/objects/types.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'idl') diff --git a/idl/source/objects/types.cxx b/idl/source/objects/types.cxx index 2e1c5097e1f5..b9f54cc535cd 100644 --- a/idl/source/objects/types.cxx +++ b/idl/source/objects/types.cxx @@ -1669,6 +1669,7 @@ void SvMetaType::WriteTypePrefix( SvIdlDataBase & rBase, SvStream & rOutStm, rOutStm.WriteCharPtr( pBaseType->GetOdlName().getStr() ); } } + break; default: { -- cgit