summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:12 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-03 07:07:46 +0200
commitaf4d86a664e36cd8a0a985dd13f95300b9b48fbd (patch)
tree5ef45c998b8a61f00c62f97d8237e215bda1631d
parenta06bf09bf10b2a6e18bf00ae1cabf0250c049502 (diff)
Fix typo
Change-Id: I3c7f3d8af44ab003ca1d421716f6df21c1e93eef Reviewed-on: https://gerrit.libreoffice.org/75020 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/connectivity/sqlparse.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx
index fc4196ea02b9..a16e876df7fd 100644
--- a/include/connectivity/sqlparse.hxx
+++ b/include/connectivity/sqlparse.hxx
@@ -146,7 +146,7 @@ namespace connectivity
css::uno::Reference< css::i18n::XCharacterClassification> m_xCharClass;
static css::uno::Reference< css::i18n::XLocaleData4> s_xLocaleData;
- // convert a string into double trim it to scale of _nscale and than transform it back to string
+ // convert a string into double trim it to scale of _nscale and then transform it back to string
OUString stringToDouble(const OUString& _rValue,sal_Int16 _nScale);
OSQLParseNode* buildDate(sal_Int32 _nType,OSQLParseNode*& pLiteral);
bool extractDate(OSQLParseNode const * pLiteral,double& _rfValue);
@@ -191,7 +191,7 @@ namespace connectivity
static OUString RuleIDToStr(sal_uInt32 nRuleID);
#endif
- // StrToRuleID calculates the RuleID for a OUString (that is, css::sdbcx::Index in yytname)
+ // StrToRuleID calculates the RuleID for an OUString (that is, css::sdbcx::Index in yytname)
// (0 if not found). The search for an ID based on a String is
// extremely inefficient (sequential search for OUString)!
static sal_uInt32 StrToRuleID(const OString & rValue);