diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:54:40 +0200 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-09-30 12:38:10 +0000 |
commit | d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46 (patch) | |
tree | 81c5b2239205d6ed6de7a889bc543871416b02a1 /include/editeng | |
parent | b3ebda451f3f48bfdaaef7b4ea06083c8966ff0e (diff) |
Fix typos
Change-Id: I6dfb5fb468c1305a8f248bf5788c5760135fd835
Reviewed-on: https://gerrit.libreoffice.org/18955
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/hangulhanja.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/editeng/hangulhanja.hxx b/include/editeng/hangulhanja.hxx index 76a03a30c9c9..1b9abb8e5cbf 100644 --- a/include/editeng/hangulhanja.hxx +++ b/include/editeng/hangulhanja.hxx @@ -60,7 +60,7 @@ namespace editeng { eExchange, // simply exchange one text with another eReplacementBracketed, // keep the original, and put the replacement in brackets after it - eOriginalBracketed, // replace the original text, but put it in brackeds after the replacement + eOriginalBracketed, // replace the original text, but put it in brackets after the replacement eReplacementAbove, // keep the original, and put the replacement text as ruby text above it eOriginalAbove, // replace the original text, but put it as ruby text above it eReplacementBelow, // keep the original, and put the replacement text as ruby text below it @@ -98,7 +98,7 @@ namespace editeng ::std::unique_ptr< HangulHanjaConversion_Impl > m_pImpl; // used to set initial values of m_pImpl object from saved ones - static bool m_bUseSavedValues; // defines if the followng two values should be used for initialization + static bool m_bUseSavedValues; // defines if the following two values should be used for initialization static bool m_bTryBothDirectionsSave; static ConversionDirection m_ePrimaryConversionDirectionSave; @@ -220,7 +220,7 @@ namespace editeng @param _rOrigText the original text to be replaced (as returned by GetNextPortion). Since in Chinese conversion the original text is needed as well - in order to only do the minimal necassry text changes and to keep + in order to only do the minimal necessary text changes and to keep as much attributes as possible this is supplied here as well. @param _rReplaceWith |