summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-03-05 13:43:12 +0100
committerEike Rathke <erack@redhat.com>2013-03-06 09:55:55 +0000
commit529172124be1bfcb55fca1e7be3317efa3ba0cfe (patch)
tree12f40cb4027f869a87dfb2566ce81bc7e0787a38
parent52aaf74783aee2866d9768a917007688bc68bc1f (diff)
make all chart ranges explicitly 3D refs during import/export, fdo#61781
Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b (cherry picked from commit a26217815d4e69ec2485c370dfef0fbb41d6c8ab) Reviewed-on: https://gerrit.libreoffice.org/2561 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-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 e877469fe737..60b19c9107f2 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -963,7 +963,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)