User: obo     
Date: 2008-03-10 12:44:54+0000
Modified:
   dba/dbaccess/source/ext/macromigration/migrationlog.cxx

Log:
 #i10000# bAlreadyKnown declared twice

File Changes:

Directory: /dba/dbaccess/source/ext/macromigration/
===================================================

File [changed]: migrationlog.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ext/macromigration/migrationlog.cxx?r1=1.2&r2=1.3
Delta lines:  +3 -3
-------------------
--- migrationlog.cxx    2008-03-06 18:05:24+0000        1.2
+++ migrationlog.cxx    2008-03-10 12:44:52+0000        1.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: migrationlog.cxx,v $
  *
- *  $Revision: 1.2 $
+ *  $Revision: 1.3 $
  *
- *  last change: $Author: kz $ $Date: 2008/03/06 18:05:24 $
+ *  last change: $Author: obo $ $Date: 2008/03/10 12:44:52 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -151,7 +151,7 @@
                 ++doc
             )
         {
-            bool bAlreadyKnown = ( doc->second.eType == _eType ) && ( 
doc->second.sName == _rName );
+            bAlreadyKnown = ( doc->second.eType == _eType ) && ( 
doc->second.sName == _rName );
         }
         OSL_ENSURE( !bAlreadyKnown, "MigrationLog::startedDocument: document 
is already known!" );
 #endif




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

Reply via email to