[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - sc/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Wed Mar 6 01:56:17 PST 2013
sc/source/ui/unoobj/chart2uno.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 529172124be1bfcb55fca1e7be3317efa3ba0cfe
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Tue Mar 5 13:43:12 2013 +0100
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 at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index e877469..60b19c9 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)
More information about the Libreoffice-commits
mailing list