Tag: cws_src680_qiq
User: fs      
Date: 2006/06/30 07:00:52

Modified:
   dba/connectivity/source/parse/sqlnode.cxx

Log:
 #i10000#

File Changes:

Directory: /dba/connectivity/source/parse/
==========================================

File [changed]: sqlnode.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlnode.cxx?r1=1.38.62.12&r2=1.38.62.13
Delta lines:  +3 -3
-------------------
--- sqlnode.cxx 30 Jun 2006 13:19:36 -0000      1.38.62.12
+++ sqlnode.cxx 30 Jun 2006 14:00:49 -0000      1.38.62.13
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqlnode.cxx,v $
  *
- *  $Revision: 1.38.62.12 $
+ *  $Revision: 1.38.62.13 $
  *
- *  last change: $Author: fs $ $Date: 2006/06/30 13:19:36 $
+ *  last change: $Author: fs $ $Date: 2006/06/30 14:00:49 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -669,7 +669,7 @@
         {
             ::rtl::OUString sMessage( ::rtl::OUString( 
RTL_CONSTASCII_USTRINGPARAM( "cyclic sub queries" ) ) );
             if ( rParam.pParser )
-                sMessage = rParam.pParser->getContext().getErrorMessage( 
ERROR_CYCLIC_SUB_QUERIES );
+                sMessage = rParam.pParser->getContext().getErrorMessage( 
IParseContext::ERROR_CYCLIC_SUB_QUERIES );
             ::dbtools::throwSQLException( sMessage, SQL_CYCLIC_SUB_QUERIES, 
NULL );
         }
         rParam.pSubQueryHistory->insert( sTableOrQueryName );




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

Reply via email to