summaryrefslogtreecommitdiff
path: root/connectivity/source/parse/sqliterator.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-09-18 10:04:20 +0300
committerLionel Elie Mamane <lionel@mamane.lu>2014-09-26 15:37:27 +0200
commitac10225762ce2c242d21126b5730b1d60f0150ed (patch)
tree6b66847a4ff1cfccc4c7656e0509f57da3c3c440 /connectivity/source/parse/sqliterator.cxx
parent4e26b915687acbfab5ebc260d8a7a434761721bd (diff)
implement --with-system-odbc on windows
Change-Id: I1757b9ce74277b1c11533f41caeafaf9b88658ef
Diffstat (limited to 'connectivity/source/parse/sqliterator.cxx')
-rw-r--r--connectivity/source/parse/sqliterator.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index 7c4a1784600c..99cb3416a897 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -416,13 +416,13 @@ OSQLTable OSQLParseTreeIterator::impl_locateRecordSource( const OUString& _rComp
// m_xQueryContainer would not have been set), so emit a better error message
impl_appendError( IParseContext::ERROR_INVALID_TABLE_OR_QUERY, &sName );
else
- impl_appendError( IParseContext::ERROR_INVALID_TABLE, &sName );
+ impl_appendError( IParseContext::ERROR_INVALID_TABLE1, &sName );
}
}
}
catch(Exception&)
{
- impl_appendError( IParseContext::ERROR_INVALID_TABLE, &sComposedName );
+ impl_appendError( IParseContext::ERROR_INVALID_TABLE1, &sComposedName );
}
return aReturn;