diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:52:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-18 07:52:26 +0000 |
commit | 0f170b7a7a41ccaebad6924786d5206e7ac3a66a (patch) | |
tree | 01e16287cd98e3be8c74ee3fd3cee3958160e1c3 /svtools | |
parent | fee9cf5e238e9c18f4bd9ec2f4aa50c58498dad0 (diff) |
INTEGRATION: CWS fwk67 (1.51.200); FILE MERGED
2007/06/22 11:08:43 cd 1.51.200.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/svimpbox.cxx | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx index ee5bb50d70a3..6a9c1fa0df99 100644 --- a/svtools/source/contnr/svimpbox.cxx +++ b/svtools/source/contnr/svimpbox.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svimpbox.cxx,v $ * - * $Revision: 1.52 $ + * $Revision: 1.53 $ * - * last change: $Author: hr $ $Date: 2007-06-27 21:20:38 $ + * last change: $Author: obo $ $Date: 2007-07-18 08:52:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2161,18 +2161,14 @@ void SvImpLBox::MouseButtonDown( const MouseEvent& rMEvt ) && pEntry == pView->FirstSelected() && NULL == pView->NextSelected( pEntry ) ) // #i8234# FirstSelected() and NextSelected() ensures, that inplace editing is only triggered, when only one entry is selected nFlags |= F_START_EDITTIMER; -#ifndef MAC if ( !pView->IsSelected( pEntry ) ) nFlags &= ~F_START_EDITTIMER; -#endif } if( (rMEvt.GetClicks() % 2) == 0 ) { -//#ifdef MAC nFlags &= (~F_START_EDITTIMER); -//#endif pView->pHdlEntry = pEntry; if( pView->DoubleClickHdl() ) { @@ -2216,7 +2212,6 @@ void SvImpLBox::MouseButtonDown( const MouseEvent& rMEvt ) if( ButtonDownCheckCtrl(rMEvt, pEntry, nY) == TRUE) return; // Inplace-Editing? -//#ifndef MAC #if 0 if( rMEvt.IsMod2() && pView->IsInplaceEditingEnabled() ) { |