summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 13:45:18 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:05 +0200
commita3682484c69500886931d921b886d63fa289d853 (patch)
treea11635c4aa80479c0f14fae68dc3c6f45dc35e12 /idl
parent25c1e9cca2e43e84e11122cf3175bec76fa58934 (diff)
cid#705188 missing break in switch
Change-Id: I5e777801a7df934f61182f6df8f66fc18d00073c
Diffstat (limited to 'idl')
-rw-r--r--idl/source/objects/types.cxx1
1 files changed, 1 insertions, 0 deletions
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:
{