Tag: cws_src680_dba24d
User: fs      
Date: 2007-11-15 10:06:49+0000
Modified:
   dba/dbaccess/source/ui/uno/dbinteraction.cxx

Log:
 corrected assertion

File Changes:

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

File [changed]: dbinteraction.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/uno/dbinteraction.cxx?r1=1.15.168.1&r2=1.15.168.2
Delta lines:  +3 -3
-------------------
--- dbinteraction.cxx   2007-11-12 16:14:34+0000        1.15.168.1
+++ dbinteraction.cxx   2007-11-15 10:06:46+0000        1.15.168.2
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: dbinteraction.cxx,v $
  *
- *  $Revision: 1.15.168.1 $
+ *  $Revision: 1.15.168.2 $
  *
- *  last change: $Author: fs $ $Date: 2007/11/12 16:14:34 $
+ *  last change: $Author: fs $ $Date: 2007/11/15 10:06:46 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -389,7 +389,7 @@
                     if ( nApprovePos != -1 )
                         _rContinuations[ nApprovePos ]->select();
                     else
-                        OSL_ENSURE( false, "OInteractionHandler::implHandle: 
no handler for YES!" );
+                        OSL_ENSURE( nResult != RET_YES, 
"OInteractionHandler::implHandle: no handler for YES!" );
                     break;
 
                 case RET_NO:




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

Reply via email to