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

Thomas Arnhold thomas at arnhold.org
Tue Mar 25 04:03:18 PDT 2014


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

New commits:
commit 259ec024baf0592fe2d7dfea32ee052f8b5b3d20
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Mar 25 11:55:15 2014 +0100

    remove commented code
    
    commented out since it came in with
    835219840d42cfb891614db2ed7bf0386293468a

diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx
index f1291dc..fc5e257 100644
--- a/vcl/source/window/seleng.cxx
+++ b/vcl/source/window/seleng.cxx
@@ -29,7 +29,6 @@ FunctionSet::~FunctionSet()
 
 inline bool SelectionEngine::ShouldDeselect( bool bModifierKey1 ) const
 {
-//  return !( eSelMode == MULTIPLE_SELECTION && bModifierKey1 );
     return eSelMode != MULTIPLE_SELECTION || !bModifierKey1;
 }
 


More information about the Libreoffice-commits mailing list