[ooo-build-commit] .: patches/dev300

Muthu Subramanian sumuthu at kemper.freedesktop.org
Fri Aug 13 08:53:14 PDT 2010


 patches/dev300/apply                   |    4 ++++
 patches/dev300/sc-ooo330-m2-fixes.diff |   15 +++++++++++++++
 2 files changed, 19 insertions(+)

New commits:
commit 4c94454bb28fd27bdecc8672b2183b4a48b141f4
Author: Muthu Subramanian K <sumuthu at novell.com>
Date:   Fri Aug 13 17:40:10 2010 +0530

    Fix Mouse Clicks problem on ooo330-m2.
    
    * patches/dev300/apply:
    * patches/dev300/sc-ooo330-m2-fixes.diff:

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 486991e..14e1b7a 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3663,3 +3663,7 @@ netbook-window-decoration-update.diff, n#621116, rodo
 
 [ Fixes >= ooo330-m2 ]
 oox-ooo330-import-fix.diff, muthusuba
+
+[ CalcFixes >= ooo330-m2 ]
+sc-ooo330-m2-fixes.diff, muthusuba
+
diff --git a/patches/dev300/sc-ooo330-m2-fixes.diff b/patches/dev300/sc-ooo330-m2-fixes.diff
new file mode 100644
index 0000000..915bc9f
--- /dev/null
+++ b/patches/dev300/sc-ooo330-m2-fixes.diff
@@ -0,0 +1,15 @@
+--- sc/source/ui/view/gridwin.cxx	2010-08-11 16:29:06.000000000 +0530
++++ sc/source/ui/view/gridwin.cxx	2010-08-11 16:41:56.000000000 +0530
+@@ -2529,11 +2529,8 @@ long ScGridWindow::PreNotify( NotifyEven
+                 nMouseStatus = SC_GM_IGNORE;
+             }
+         }
+-
+-        return 1;
+     }
+-    else
+-        return Window::PreNotify( rNEvt );
++    return Window::PreNotify( rNEvt );
+ }
+ 
+ void ScGridWindow::Tracking( const TrackingEvent& rTEvt )


More information about the ooo-build-commit mailing list