From af4d86a664e36cd8a0a985dd13f95300b9b48fbd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 30 Jun 2019 22:26:12 +0000 Subject: Fix typo Change-Id: I3c7f3d8af44ab003ca1d421716f6df21c1e93eef Reviewed-on: https://gerrit.libreoffice.org/75020 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/connectivity/sqlparse.hxx | 4 ++-- 1 file 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); -- cgit v1.2.3