Hey, could you please cherry-pick the attached patch to 3-5 and if still possible 3-5-1.
Regards, Markus
From 70dd1729ed0693ee670af0c27a304b4dbe01c5fe Mon Sep 17 00:00:00 2001 From: Markus Mohrhard <[email protected]> Date: Thu, 1 Mar 2012 11:50:13 +0100 Subject: [PATCH] use correct source table --- sc/source/core/data/documen2.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 81031b9..f082069 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -952,7 +952,7 @@ sal_uLong ScDocument::TransferTab( ScDocument* pSrcDoc, SCTAB nSrcPos, // Copy the RTL settings maTabs[nDestPos]->SetLayoutRTL(pSrcDoc->maTabs[nSrcPos]->IsLayoutRTL()); - maTabs[nDestPos]->SetLoadingRTL(pSrcDoc->maTabs[nDestPos]->IsLoadingRTL()); + maTabs[nDestPos]->SetLoadingRTL(pSrcDoc->maTabs[nSrcPos]->IsLoadingRTL()); } else // bestehende Tabelle ersetzen { -- 1.7.7
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
