Hi,

I have submitted a patch for review:

    https://gerrit.libreoffice.org/3932

To pull it, you can do:

    git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/32/3932/1

Revert "fdo#63878 fix the zoom problem when the sheet are RTL"

This reverts commit 9411d4d56374a55777019d58c1e7f45767662707.

Change-Id: I1165ab1a2c0059e40c4963c99cabfcadb7d0bcb4
---
M sc/source/ui/view/drawview.cxx
1 file changed, 0 insertions(+), 3 deletions(-)



diff --git a/sc/source/ui/view/drawview.cxx b/sc/source/ui/view/drawview.cxx
index 7e4555d..6900932 100644
--- a/sc/source/ui/view/drawview.cxx
+++ b/sc/source/ui/view/drawview.cxx
@@ -791,9 +791,6 @@
         Point aCurPos =  pViewData->GetScrPos(  aOldStt.Col(), aOldStt.Row(), 
eWhich, sal_True );
         Point aCurPosHmm = pGridWin->PixelToLogic(aCurPos, aDrawMode );
         Point aGridOff = ( aCurPosHmm - aOldPos );
-        // fdo#63878 Fix the X position for RTL Sheet
-        if( aGridOff.getX() < 0 )
-            aGridOff.setX( aCurPosHmm.getX() + aOldPos.getX() );
         pObj->SetGridOffset( aGridOff );
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1165ab1a2c0059e40c4963c99cabfcadb7d0bcb4
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-4-0
Gerrit-Owner: Noel Power <noel.po...@suse.com>

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to