diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-02-28 16:53:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-03-01 05:27:15 +0100 |
commit | a1b5e1bbed36f0560a103300c405806f50c9f3ee (patch) | |
tree | 82f51a472ac9d956ff84cbe68bd0470dadd80f2c /chart2 | |
parent | 353bf63697d6ea11199e7786a027f0f77ac4bfcc (diff) |
coverity#705132: add missing break
Change-Id: Id3a3c33854c677cbbcc835e09de3a297512d97eb
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx index 16799327c998..556f95af0282 100644 --- a/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx +++ b/chart2/source/controller/chartapiwrapper/ChartDocumentWrapper.cxx @@ -1240,6 +1240,7 @@ uno::Reference< uno::XInterface > SAL_CALL ChartDocumentWrapper::createInstance( uno::UNO_QUERY ); bCreateDiagram = true; } + break; case SERVICE_NAME_PIE_DIAGRAM: if( xManagerFact.is()) { |