Kaydet (Commit) cc8b8e84 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

our values are related to the inner mode, tdf#90979

Change-Id: I5531bbb813f8ace9a9c3f35c6c79777755ff81b8
üst 21773f6d
......@@ -1319,6 +1319,9 @@ void ChartExport::exportManualLayout(const css::chart2::RelativePosition& rPos,
FSHelperPtr pFS = GetFS();
pFS->startElement(FSNS(XML_c, XML_layout), FSEND);
pFS->startElement(FSNS(XML_c, XML_manualLayout), FSEND);
pFS->singleElement(FSNS(XML_c, XML_layoutTarget),
XML_val, "inner",
FSEND);
pFS->singleElement(FSNS(XML_c, XML_xMode),
XML_val, "edge",
FSEND);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment