Tag: cws_src680_qiq
User: fs      
Date: 2006/06/30 06:32:41

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

Log:
 #i51143# localize the error message about cyclic sub queries

File Changes:

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

File [changed]: sqliterator.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqliterator.cxx?r1=1.46.78.13&r2=1.46.78.14
Delta lines:  +3 -3
-------------------
--- sqliterator.cxx     30 Jun 2006 13:19:37 -0000      1.46.78.13
+++ sqliterator.cxx     30 Jun 2006 13:32:39 -0000      1.46.78.14
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqliterator.cxx,v $
  *
- *  $Revision: 1.46.78.13 $
+ *  $Revision: 1.46.78.14 $
  *
- *  last change: $Author: fs $ $Date: 2006/06/30 13:19:37 $
+ *  last change: $Author: fs $ $Date: 2006/06/30 13:32:39 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -439,7 +439,7 @@
                 if  ( !m_pImpl->isQueryAllowed( sComposedName ) )
                 {
                     impl_appendError( SQLException(
-                        m_rParser.getContext().getErrorMessage( 
ERROR_CYCLIC_SUB_QUERIES )
+                        m_rParser.getContext().getErrorMessage( 
IParseContext::ERROR_CYCLIC_SUB_QUERIES )
                         NULL,
                         getStandardSQLState( SQL_CYCLIC_SUB_QUERIES ),
                         0,




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

Reply via email to