[PATCH libreoffice-4-0] make all chart ranges explicitly 3D refs during import/expor...

Markus Mohrhard (via Code Review) gerrit at gerrit.libreoffice.org
Wed Mar 6 00:04:33 PST 2013


Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/2561

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/61/2561/1

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

Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b
(cherry picked from commit a26217815d4e69ec2485c370dfef0fbb41d6c8ab)
---
M sc/source/ui/unoobj/chart2uno.cxx
1 file changed, 2 insertions(+), 1 deletion(-)



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

-- 
To view, visit https://gerrit.libreoffice.org/2561
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66657ce38456e4a8dc3a602997c451cf1cdd983b
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Markus Mohrhard <markus.mohrhard at googlemail.com>



More information about the LibreOffice mailing list