[Libreoffice-commits] core.git: vcl/source

Stephan Bergmann sbergman at redhat.com
Tue Mar 25 02:01:55 PDT 2014


 vcl/source/window/seleng.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit b2b3dd2fe6d771f8c662ceb7dcab95149606f041
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Mar 25 10:01:29 2014 +0100

    Remove commented-out debug code
    
    Change-Id: I1442d57eb2f80d98370549659eece5a2cd7db3c5

diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx
index 8c45086..f1291dc 100644
--- a/vcl/source/window/seleng.cxx
+++ b/vcl/source/window/seleng.cxx
@@ -247,7 +247,6 @@ bool SelectionEngine::SelMouseButtonDown( const MouseEvent& rMEvt )
 bool SelectionEngine::SelMouseButtonUp( const MouseEvent& rMEvt )
 {
     aWTimer.Stop();
-    //DbgOut("Up");
     if( !pFunctionSet || !pWin )
     {
         nFlags &= ~(SELENG_CMDEVT | SELENG_WAIT_UPEVT | SELENG_IN_SEL);
@@ -312,12 +311,10 @@ bool SelectionEngine::SelMouseMove( const MouseEvent& rMEvt )
         if ( !(nFlags & SELENG_HAS_ANCH) )
         {
             pFunctionSet->CreateAnchor();
-            //DbgOut("Move:Creating anchor");
             nFlags |= SELENG_HAS_ANCH;
         }
     }
 
-    //DbgOut("Move:SetCursor");
     pFunctionSet->SetCursorAtPoint( rMEvt.GetPosPixel() );
 
     return true;


More information about the Libreoffice-commits mailing list