oox/source/export/chartexport.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 35fa84f598f22f724c559e96ad8b3a541079d739 Author: Kohei Yoshida <kohei.yosh...@collabora.com> Date: Fri Aug 8 09:32:47 2014 -0400 Forgot to add break here. Change-Id: Ic7322f111ca6732243741296d7b5f577af28bf14 diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 9b49db2..27b9385 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: ; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits