Hello,

Could you please review the attached patch.

Thank you.

________________________
Regards,
Manal M. Alhassoun
Motah Program, KACST
http://www.motah.org.sa











Warning: This message and its attachment, if any, are confidential and may 
contain information protected by law. If you are not the intended recipient, 
please contact the sender immediately and delete the message and its 
attachment, if any. You should not copy the message and its attachment, if any, 
or disclose its contents to any other person or use it for any purpose. 
Statements and opinions expressed in this e-mail and its attachment, if any, 
are those of the sender, and do not necessarily reflect those of King Abdulaziz 
city for Science and Technology (KACST) in the Kingdom of Saudi Arabia. KACST 
accepts no liability for any damage caused by this email.

?????: ??? ??????? ??? ????? ?? ?????? (?? ????) ???? ????? ???? ?? ????? ??? 
??????? ????? ????? ???????. ??? ?? ??? ????? ?????? ???? ??????? ???? ???? 
????? ??????? ???? ?????? ????? ???? ??????? ????????? (?? ????)? ??? ???? ?? 
??? ?? ????? ??? ??????? ?? ???????? (?? ????) ?? ?? ??? ????? ?? ????? 
?????????? ????? ?? ????????? ??? ???. ????? ??? ???? ??? ??????? ????????? (?? 
????) ???? ?? ??? ??????? ???? ???????? ??? ????? ????? ????????? ?????? 
???????? ???????? ??????? ????????? ??? ????? ??????? ?? ??????? ?? ??????? 
??????? ?? ?? ?? ?????? ??? ??????.

From 9d1dbdad4035cc44e7f14fed25fba97ae8dfbf85 Mon Sep 17 00:00:00 2001
From: Manal Alhassoun <malhass...@kacst.edu.sa>
Date: Thu, 30 Aug 2012 22:46:38 +0300
Subject: [PATCH] fdo#44925

Change-Id: Ieb4aa3e1dbfa46c58352eefe951ee404efd1ad1f
---
 sc/source/ui/view/gridwin.cxx |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index d823937..8640993 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -1187,8 +1187,17 @@ void ScGridWindow::LaunchDataSelectMenu( SCCOL nCol, SCROW nRow, bool bDataSelec
     pFilterFloat->SetPopupModeEndHdl( LINK( this, ScGridWindow, PopupModeEndHdl ) );
     pFilterBox = new ScFilterListBox(
         pFilterFloat, this, nCol, nRow, bDataSelect ? SC_FILTERBOX_DATASELECT : SC_FILTERBOX_FILTER );
-    if ( bLayoutRTL )
+// Fix for bug #44925
+if(Application::GetSettings().GetLayoutRTL())
+{
+ if ( !bLayoutRTL )
+        pFilterBox->EnableMirroring();
+}
+else
+{
+ if ( bLayoutRTL )
         pFilterBox->EnableMirroring();
+}
 
     nSizeX += 1;
 
-- 
1.7.7.6

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

Reply via email to