diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-08 09:32:47 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-08 09:34:44 -0400 |
commit | 35fa84f598f22f724c559e96ad8b3a541079d739 (patch) | |
tree | 81355e080ad12c197d8c452b824b30fa956fe6b7 /oox | |
parent | 3820a1611b399a318c86a41c3355d6887a4dd1b4 (diff) |
Forgot to add break here.
Change-Id: Ic7322f111ca6732243741296d7b5f577af28bf14
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/chartexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 9b49db2dacae..27b9385648d6 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx @@ -2678,6 +2678,7 @@ void ChartExport::exportDataLabels( aParam.maAllowedValues.insert(css::chart::DataLabelPlacement::NEAR_ORIGIN); aParam.meDefault = css::chart::DataLabelPlacement::CENTER; } + break; default: ; } |