make all chart ranges explicitly 3D refs during import/export, fdo#61781

Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b
This commit is contained in:
Markus Mohrhard
2013-03-05 13:43:12 +01:00
parent 6e39ea83a2
commit a26217815d

View File

@@ -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)