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

Kohei Yoshida kohei at kemper.freedesktop.org
Fri May 21 07:23:56 PDT 2010


 patches/dev300/calc-insert-new-sheet-tab-sc.diff |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 1cc98367e7f510ade6e64f5f9d4acaf8ff61f934
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri May 21 10:23:28 2010 -0400

    Added more contexts before the code change in hunks.
    
    * patches/dev300/calc-insert-new-sheet-tab-sc.diff:

diff --git a/patches/dev300/calc-insert-new-sheet-tab-sc.diff b/patches/dev300/calc-insert-new-sheet-tab-sc.diff
index 3349fcd..a9486df 100644
--- a/patches/dev300/calc-insert-new-sheet-tab-sc.diff
+++ b/patches/dev300/calc-insert-new-sheet-tab-sc.diff
@@ -11,7 +11,9 @@ diff --git sc/source/ui/view/tabcont.cxx sc/source/ui/view/tabcont.cxx
 index 769969c..a4925e3 100644
 --- sc/source/ui/view/tabcont.cxx
 +++ sc/source/ui/view/tabcont.cxx
-@@ -54,13 +54,13 @@
+@@ -54,11 +54,11 @@
+ // STATIC DATA -----------------------------------------------------------
+ 
  //==================================================================
  
  ScTabControl::ScTabControl( Window* pParent, ScViewData* pData ) :
@@ -22,11 +24,9 @@ index 769969c..a4925e3 100644
              DragSourceHelper( this ),
              pViewData( pData ),
              nMouseClickPageId( TabBar::PAGE_NOT_FOUND ),
-             nSelPageIdByMouse( TabBar::PAGE_NOT_FOUND ),
-             bErrorShown( FALSE )
- {
-     ScDocument* pDoc = pViewData->GetDocument();
-@@ -162,9 +162,9 @@ void ScTabControl::MouseButtonDown( const MouseEvent& rMEvt )
+@@ -162,11 +162,11 @@ void ScTabControl::MouseButtonDown( const MouseEvent& rMEvt )
+ 
+     /*  #47745# Click into free area -> insert new sheet (like in Draw).
          Needing clean left click without modifiers (may be context menu).
          #106948# Remember clicks to all pages, to be able to move mouse pointer later. */
      if( rMEvt.IsLeft() && (rMEvt.GetModifier() == 0) )


More information about the ooo-build-commit mailing list