From e8913fc5554278b9a813bd492bba199bd2a3ebd8 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 30 Jun 2019 22:26:13 +0000 Subject: Fix typo Change-Id: I1aa00b948d76ee3a5b7b1fcd7968ceb0946dab2f Reviewed-on: https://gerrit.libreoffice.org/75019 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- include/connectivity/sqlnode.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/connectivity') diff --git a/include/connectivity/sqlnode.hxx b/include/connectivity/sqlnode.hxx index d6cb4b914890..fe90a29283c4 100644 --- a/include/connectivity/sqlnode.hxx +++ b/include/connectivity/sqlnode.hxx @@ -290,7 +290,7 @@ namespace connectivity @param _pErrorHolder takes the error which occurred while generating the statement, if any. Might be , - in this case the error is not reported back, and can only be recognized by examing the + in this case the error is not reported back, and can only be recognized by examining the return value. @return @@ -386,7 +386,7 @@ namespace connectivity // makes the logic formula a little smaller static void compress(OSQLParseNode*& pSearchCondition); - // return the catalog, schema and tablename form this node + // return the catalog, schema and tablename from this node // _pTableNode must be a rule of that above or a SQL_TOKEN_NAME static bool getTableComponents(const OSQLParseNode* _pTableNode, css::uno::Any &_rCatalog, -- cgit