diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:58:49 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 06:23:07 +0000 |
commit | 04724c97b385d22b9db73c9d078a88fbbe019760 (patch) | |
tree | 2cfad4e7b5e682ca9704002cefe2cf773ad8f6a0 /sfx2/source/menu | |
parent | d6e82846ce8bdd21db4a4aa783555950f0a8e442 (diff) |
Fix typos
Change-Id: Ibf70cbce0d280ab4686062a4e110c7c9bb54791c
Reviewed-on: https://gerrit.libreoffice.org/18976
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sfx2/source/menu')
-rw-r--r-- | sfx2/source/menu/thessubmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/menu/thessubmenu.hxx b/sfx2/source/menu/thessubmenu.hxx index 226e9b103af5..a08947f8c841 100644 --- a/sfx2/source/menu/thessubmenu.hxx +++ b/sfx2/source/menu/thessubmenu.hxx @@ -45,7 +45,7 @@ public: // returns the Locale to be used for the selected text when the thesaurus is to be called static void GetLocale( css::lang::Locale /*out */ &rLocale, const OUString &rLookUpString, sal_Int32 nDelimPos ); - // returns true if the locale is upported by the theasaurus + // returns true if the locale is supported by the theasaurus bool IsSupportedLocale( const css::lang::Locale & rLocale ) const; // get the first nMax Synonym entries, even if different meanings need to be evaluated |