summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:13 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-03 07:05:43 +0200
commite8913fc5554278b9a813bd492bba199bd2a3ebd8 (patch)
tree9836db17450fec34dc4cc14a0cee2aa253f65266
parent35f71c648c45769d4cc75f8b422bcdb020916a73 (diff)
Fix typo
Change-Id: I1aa00b948d76ee3a5b7b1fcd7968ceb0946dab2f Reviewed-on: https://gerrit.libreoffice.org/75019 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/connectivity/sqlnode.hxx4
1 files changed, 2 insertions, 2 deletions
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 <NULL/>,
- 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,