make all chart ranges explicitly 3D refs during import/export, fdo#61781
Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b
This commit is contained in:
@@ -964,7 +964,8 @@ private:
|
||||
setRelative(aData.Ref1);
|
||||
setRelative(aData.Ref2);
|
||||
|
||||
// In XML, the end range must explicitly specify sheet name.
|
||||
// In XML, the range must explicitly specify sheet name.
|
||||
aData.Ref1.SetFlag3D(true);
|
||||
aData.Ref2.SetFlag3D(true);
|
||||
|
||||
if (bExternal)
|
||||
|
Reference in New Issue
Block a user