[Libreoffice-commits] core.git: connectivity/source

Michael Stahl mstahl at redhat.com
Fri Sep 26 08:03:45 PDT 2014


 connectivity/source/parse/sqliterator.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25a092869c9862711714c622e0acd7bddeabf78c
Author: Michael Stahl <mstahl at redhat.com>
Date:   Fri Sep 26 16:58:04 2014 +0200

    connectivity: typo
    
    Change-Id: Ic4c8637500c13d097f5b26222d7d4005f2251d1a

diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index d8fd801..3c08dd8 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 );
             }
         }
     }


More information about the Libreoffice-commits mailing list