| commit | f4677f58a26d1183af5c91470be0e4f782e6cbeb | [log] |
|---|---|---|
| author | Kohei Yoshida <kohei.yoshida@collabora.com> | Thu Aug 07 14:43:36 2014 -0400 |
| committer | Kohei Yoshida <kohei.yoshida@collabora.com> | Thu Aug 07 14:44:51 2014 -0400 |
| tree | 1eb50af0cf7fe801eb00444048db99f0fce1f26b | |
| parent | 9c2af3c885bd007bb36877f7b59e4035282d14f4 [diff] |
Area chart also doesn't support label position property. Change-Id: I612ca7426b2b3de07d4afe1d78cd809f1f6b37bb
diff --git a/oox/source/export/chartexport.cxx b/oox/source/export/chartexport.cxx index 027a566..0845f71 100644 --- a/oox/source/export/chartexport.cxx +++ b/oox/source/export/chartexport.cxx
@@ -2640,6 +2640,7 @@ void ChartExport::exportDataLabels( aParam.mbExport = true; break; case chart::TYPEID_DOUGHNUT: case chart::TYPEID_AREA: // Doughnut charts don't support label placement. aParam.mbExport = false; break;