summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-09-26 16:58:04 +0200
committerMichael Stahl <mstahl@redhat.com>2014-09-26 16:58:04 +0200
commit25a092869c9862711714c622e0acd7bddeabf78c (patch)
treeb1582024bd39a2fdbc84e9b19db0b985f1593112
parentea2d767d4475ac3399fdfa59a4d0e2fbc38d1aa9 (diff)
connectivity: typo
Change-Id: Ic4c8637500c13d097f5b26222d7d4005f2251d1a
-rw-r--r--connectivity/source/parse/sqliterator.cxx2
1 files changed, 1 insertions, 1 deletions
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 );
}
}
}