Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


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@googlemail.com>


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.