diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-20 22:01:09 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2017-11-21 08:48:40 +0100 |
commit | 11ca1f86f80984ec07f5051ab05f864d55db5974 (patch) | |
tree | 11b9cb30045d16ed91b2ecd82ba9fd26873f101f /include/connectivity | |
parent | 1b84f797509a6d531f4198c8260851d580088617 (diff) |
Fix typos
Change-Id: I40b3a46d46f0586d086bdbe41876c088f8c1cb58
Reviewed-on: https://gerrit.libreoffice.org/45007
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/IParseContext.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/IParseContext.hxx b/include/connectivity/IParseContext.hxx index 7277f421cfdd..46601b5f75db 100644 --- a/include/connectivity/IParseContext.hxx +++ b/include/connectivity/IParseContext.hxx @@ -89,7 +89,7 @@ namespace connectivity // finds out, if we have an international keyword (only ASCII allowed) virtual InternationalKeyCode getIntlKeyCode(const OString& rToken) const = 0; - /** get's a locale instance which should be used when parsing in the context specified by this instance + /** gets a locale instance which should be used when parsing in the context specified by this instance <p>if this is not overridden by derived classes, it returns the static default locale.</p> */ virtual css::lang::Locale getPreferredLocale( ) const = 0; diff --git a/include/connectivity/sqlparse.hxx b/include/connectivity/sqlparse.hxx index 7651162b3e30..49db658b202f 100644 --- a/include/connectivity/sqlparse.hxx +++ b/include/connectivity/sqlparse.hxx @@ -82,7 +82,7 @@ namespace connectivity // determines the default international setting static const css::lang::Locale& getDefaultLocale(); - /** get's a locale instance which should be used when parsing in the context specified by this instance + /** gets a locale instance which should be used when parsing in the context specified by this instance <p>if this is not overridden by derived classes, it returns the static default locale.</p> */ virtual css::lang::Locale getPreferredLocale( ) const override; |