summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-05 13:43:12 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-06 07:56:55 +0100
commita26217815d4e69ec2485c370dfef0fbb41d6c8ab (patch)
tree8c14843c5d7a12b43427f52a39673aeefbe76022
parent6e39ea83a269ac56cbcf81084217457feabf5d47 (diff)
make all chart ranges explicitly 3D refs during import/export, fdo#61781
Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index fc8a4626a56d..fd2961fa4b14 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -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)