sc/source/ui/unoobj/chart2uno.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 529172124be1bfcb55fca1e7be3317efa3ba0cfe Author: Markus Mohrhard <markus.mohrh...@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 <er...@redhat.com> Tested-by: Eike Rathke <er...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits