diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-07 14:43:36 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-07 14:44:51 -0400 |
commit | f4677f58a26d1183af5c91470be0e4f782e6cbeb (patch) | |
tree | 1eb50af0cf7fe801eb00444048db99f0fce1f26b /oox/source | |
parent | 9c2af3c885bd007bb36877f7b59e4035282d14f4 (diff) |
Area chart also doesn't support label position property.
Change-Id: I612ca7426b2b3de07d4afe1d78cd809f1f6b37bb
Diffstat (limited to 'oox/source')
-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 027a566bf2a3..0845f71118c2 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; |