From 25a092869c9862711714c622e0acd7bddeabf78c Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 26 Sep 2014 16:58:04 +0200 Subject: connectivity: typo Change-Id: Ic4c8637500c13d097f5b26222d7d4005f2251d1a --- connectivity/source/parse/sqliterator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx index d8fd80118be6..3c08dd8d5e27 100644 --- a/connectivity/source/parse/sqliterator.cxx +++ b/connectivity/source/parse/sqliterator.cxx @@ -416,7 +416,7 @@ 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_NOSUCH, &sName ); + impl_appendError( IParseContext::ERROR_INVALID_TABLE_NOSUCH, &sName ); } } } -- cgit v1.2.3