diff options
author | Tünde Tóth <tundeth@gmail.com> | 2020-03-17 15:25:56 +0100 |
---|---|---|
committer | László Németh <nemeth@numbertext.org> | 2020-03-30 12:45:57 +0200 |
commit | ab40a7843a66d1fe276224db16ddaecd538df234 (patch) | |
tree | 9651bd37bc32f184de0eca75d2aa83658f612c9c /oox/inc/drawingml/chart/titlemodel.hxx | |
parent | 55c8ab7294e9e1651b94215d4ff14c7afcb7d733 (diff) |
tdf#131370 chart: implement OOXML import/export of legend overlay feature
Follow-up of the following commits related to the new UNO property
Overlay for legends:
commit 9fab1ba8ddc59924c633aa17c65f7330a4762726
(tdf#75330 add a new overlay/no-overlay feature for the legend)
commit 65123d41f62597053bc3893ee4fb46868a6b1f2d
(tdf#75330 chart: implement ODF import/export of legend overlay feature)
Change-Id: Ie3eff9b8a4f99980a7ae28add909a27eb0e9d14b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90655
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'oox/inc/drawingml/chart/titlemodel.hxx')
-rw-r--r-- | oox/inc/drawingml/chart/titlemodel.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/drawingml/chart/titlemodel.hxx b/oox/inc/drawingml/chart/titlemodel.hxx index c31b8d34ba73..4b693e2e60e0 100644 --- a/oox/inc/drawingml/chart/titlemodel.hxx +++ b/oox/inc/drawingml/chart/titlemodel.hxx @@ -80,7 +80,7 @@ struct LegendModel sal_Int32 mnPosition; /// Legend position. bool mbOverlay; /// True = legend may overlay other objects. - explicit LegendModel(bool bMSO2007Doc); + explicit LegendModel(); ~LegendModel(); }; |