User: hr      
Date: 2008-04-22 15:21:04+0000
Modified:
   dba/dbaccess/source/ui/querydesign/TableWindowData.cxx

Log:
 INTEGRATION: CWS hr50 (1.12.98); FILE MERGED
 2008/04/11 12:26:39 hr 1.12.98.1: #i86574#: fix warning (gcc-4.2.3)

File Changes:

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

File [changed]: TableWindowData.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/TableWindowData.cxx?r1=1.13&r2=1.14
Delta lines:  +2 -1
-------------------
--- TableWindowData.cxx 2008-04-10 16:26:28+0000        1.13
+++ TableWindowData.cxx 2008-04-22 15:21:01+0000        1.14
@@ -123,8 +123,9 @@
         m_xTable.set( xQueries->getByName( m_sComposedName ), UNO_QUERY_THROW 
);
     else if ( bIsKnownTable )
         m_xTable.set( xTables->getByName( m_sComposedName ), UNO_QUERY_THROW );
-    else
+    else {
         DBG_ERROR( "OTableWindow::Init: this is neither a query (or no queries 
are allowed) nor a table!" );
+    }
 
     // if we survived so far, we know whether it's a query
     m_bIsQuery = bIsKnownQuery;




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

Reply via email to