Tag: cws_src680_oj17
User: oj      
Date: 06/03/07 04:17:25

Modified:
 /dba/dbaccess/source/ui/browser/
  genericcontroller.cxx

Log:
 #i62800# check state of command before dispatch it

File Changes:

Directory: /dba/dbaccess/source/ui/browser/
===========================================

File [changed]: genericcontroller.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.66&r2=1.66.94.1
Delta lines:  +4 -4
-------------------
--- genericcontroller.cxx       23 Sep 2005 12:21:38 -0000      1.66
+++ genericcontroller.cxx       7 Mar 2006 12:17:23 -0000       1.66.94.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: genericcontroller.cxx,v $
  *
- *  $Revision: 1.66 $
+ *  $Revision: 1.66.94.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:21:38 $
+ *  last change: $Author: oj $ $Date: 2006/03/07 12:17:23 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -721,7 +721,7 @@
     // for locking in the proper order (SolarMutex and m_aMutex), and b) this 
would be too many places
     // for the time frame of the fix.
     // #i52602# / [EMAIL PROTECTED] / 2005-07-29
-       executeUnChecked(_aURL,aArgs);
+       executeChecked(_aURL,aArgs);
 }
 
 // -----------------------------------------------------------------------




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

Reply via email to