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 | |
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')
-rw-r--r-- | include/connectivity/IParseContext.hxx | 2 | ||||
-rw-r--r-- | include/connectivity/sqlparse.hxx | 2 | ||||
-rw-r--r-- | include/svtools/genericunodialog.hxx | 2 | ||||
-rw-r--r-- | include/svx/ParseContext.hxx | 2 |
4 files changed, 4 insertions, 4 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; diff --git a/include/svtools/genericunodialog.hxx b/include/svtools/genericunodialog.hxx index bd79fb2e9e59..a5ec54f4cf79 100644 --- a/include/svtools/genericunodialog.hxx +++ b/include/svtools/genericunodialog.hxx @@ -114,7 +114,7 @@ namespace svt virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) override; protected: - /** create the concrete dialog instance. note that m_aMutex is not locked when this method get's called, + /** create the concrete dialog instance. Note that m_aMutex is not locked when this method get called, but the application-wide solar mutex is (to guard the not thread-safe ctor of the dialog). @param pParent the parent window for the new dialog */ diff --git a/include/svx/ParseContext.hxx b/include/svx/ParseContext.hxx index 8a1794ede563..cc188ac6d99c 100644 --- a/include/svx/ParseContext.hxx +++ b/include/svx/ParseContext.hxx @@ -49,7 +49,7 @@ namespace svxform // finds out, if we have an international keyword (only ASCII allowed) virtual InternationalKeyCode getIntlKeyCode(const OString& rToken) const override; - /** 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; |