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


thanks for your review.

I have attached another patch " using the shorter way that you have provided "
and I've just sent my license statement to the list.

________________________
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 8aa8edd1f3733792510992e930baab464815c45f Mon Sep 17 00:00:00 2001
From: Manal Alhassoun <malhassoun@kacst.edu.sa>
Date: Tue, 11 Sep 2012 00:28:26 +0300
Subject: [PATCH] fdo#44925

Change-Id: I0b4944c6658fb27dfa7d0c67dd26a7b592329be8
---
 sc/source/ui/view/gridwin.cxx |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index d823937..60062a4 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -1187,7 +1187,8 @@ 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() != bLayoutRTL)
         pFilterBox->EnableMirroring();
 
     nSizeX += 1;
-- 
1.7.7.6


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.