Tag: cws_src680_oj14
User: oj      
Date: 2007-05-25 14:24:50+0000
Log:
 #i77406# unmark allsections when shift not pressed

File Changes:

Directory: /dba/reportdesign/source/ui/report/
==============================================

File [changed]: dlgedfunc.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/dlgedfunc.cxx?r1=1.1.2.3&r2=1.1.2.4
Delta lines:  +4 -3
-------------------
--- dlgedfunc.cxx       2007-05-21 10:04:42+0000        1.1.2.3
+++ dlgedfunc.cxx       2007-05-25 14:24:47+0000        1.1.2.4
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dlgedfunc.cxx,v $
  *
- *  $Revision: 1.1.2.3 $
+ *  $Revision: 1.1.2.4 $
  *
- *  last change: $Author: oj $ $Date: 2007/05/21 10:04:42 $
+ *  last change: $Author: oj $ $Date: 2007/05/25 14:24:47 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -756,7 +756,8 @@
             else
             {
                 if( !rMEvt.IsShift() )
-                               pView->UnmarkAll();
+                    pParent->getViewsWindow()->unmarkAllObjects(NULL);
+                               //pView->UnmarkAll();
 
                 if ( rMEvt.GetClicks() == 1 )
                            pView->BegMarkObj( m_aMDPos );




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to