summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart/titlemodel.cxx
diff options
context:
space:
mode:
authorTünde Tóth <tundeth@gmail.com>2020-03-17 15:25:56 +0100
committerLászló Németh <nemeth@numbertext.org>2020-03-30 12:45:57 +0200
commitab40a7843a66d1fe276224db16ddaecd538df234 (patch)
tree9651bd37bc32f184de0eca75d2aa83658f612c9c /oox/source/drawingml/chart/titlemodel.cxx
parent55c8ab7294e9e1651b94215d4ff14c7afcb7d733 (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/source/drawingml/chart/titlemodel.cxx')
-rw-r--r--oox/source/drawingml/chart/titlemodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/drawingml/chart/titlemodel.cxx b/oox/source/drawingml/chart/titlemodel.cxx
index ff1891d02f8d..f28520573904 100644
--- a/oox/source/drawingml/chart/titlemodel.cxx
+++ b/oox/source/drawingml/chart/titlemodel.cxx
@@ -50,9 +50,9 @@ LegendEntryModel::~LegendEntryModel()
{
}
-LegendModel::LegendModel(bool bMSO2007Doc) :
+LegendModel::LegendModel() :
mnPosition( XML_r ),
- mbOverlay( !bMSO2007Doc )
+ mbOverlay( false )
{
}