diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:52:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 08:52:48 +0000 |
commit | cf2941790386d837dbff4a7781693a66f9efa896 (patch) | |
tree | 407e324e12a7eeeb607ad7d9366fdeabc604277e /dbaccess | |
parent | b324cd8d3c5663339ecfe41e4022fe71a0c809c5 (diff) |
INTEGRATION: CWS dba31a (1.158.8); FILE MERGED
2008/07/07 12:23:47 oj 1.158.8.1: #i85664# error message corrected for queries
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/core/api/RowSet.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/RowSet.cxx b/dbaccess/source/core/api/RowSet.cxx index c6334ddb2dc0..e2f14fcd9f8c 100644 --- a/dbaccess/source/core/api/RowSet.cxx +++ b/dbaccess/source/core/api/RowSet.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: RowSet.cxx,v $ - * $Revision: 1.158 $ + * $Revision: 1.159 $ * * This file is part of OpenOffice.org. * @@ -2392,7 +2392,7 @@ sal_Bool ORowSet::impl_buildActiveCommand_throw() } else { - String sMessage( DBACORE_RESSTRING( RID_STR_TABLE_DOES_NOT_EXIST ) ); + String sMessage( DBACORE_RESSTRING( RID_STR_QUERY_DOES_NOT_EXIST ) ); sMessage.SearchAndReplaceAscii( "$table$", m_aCommand ); throwGenericSQLException(sMessage,*this); } |