From d344d2b1f5e528c5f2a2d6b892a23e402aa4bd46 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 29 Sep 2015 17:54:40 +0200 Subject: Fix typos Change-Id: I6dfb5fb468c1305a8f248bf5788c5760135fd835 Reviewed-on: https://gerrit.libreoffice.org/18955 Reviewed-by: Oliver Specht Tested-by: Oliver Specht --- include/editeng/hangulhanja.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/editeng') 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 -- cgit