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

Caolán McNamara caolanm at redhat.com
Fri Jul 29 14:19:24 UTC 2016


 svtools/source/contnr/svimpbox.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 6da9e55fb68f937d14944d347381d619ccef220a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jul 29 15:18:42 2016 +0100

    this NOCOMMAND is never defined
    
    Change-Id: I6a2ae90182eaeb534176dd0a2591bfe0c2242a5c

diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 14fd092..ccf9e66 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -3048,14 +3048,12 @@ void SvImpLBox::Command( const CommandEvent& rCEvt )
             }
         }
     }
-#ifndef NOCOMMAND
     else
     {
         const Point& rPos = rCEvt.GetMousePosPixel();
         if( rPos.X() < aOutputSize.Width() && rPos.Y() < aOutputSize.Height() )
             aSelEng.Command( rCEvt );
     }
-#endif
 }
 
 void SvImpLBox::BeginScroll()


More information about the Libreoffice-commits mailing list