diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2019-03-04 15:59:35 +0900 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-03-04 12:16:53 +0100 |
commit | 96af93e5df3ea2e775cdfebf31447abaeec6dcfa (patch) | |
tree | 6101315f58c057e98b8b8087ecd20a025a522d3e /sw/inc/IDocumentContentOperations.hxx | |
parent | 0b9e4f6085d147c43a86d107303eea9b86e7f34c (diff) |
Fix typo: KATAGANA -> KATAKANA
No functional change offered, but this reduces some amount of confusion.
Japanese word "Katakana" ("kata" + "kana") does not undergo Rendaku [1]
while "Hiragana" ("hira" + "kana") does.
[1] https://en.wikipedia.org/wiki/Rendaku
Change-Id: I07824147d72397c312a0774eca1fdcc7549abc59
Reviewed-on: https://gerrit.libreoffice.org/68661
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/inc/IDocumentContentOperations.hxx')
-rw-r--r-- | sw/inc/IDocumentContentOperations.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/IDocumentContentOperations.hxx b/sw/inc/IDocumentContentOperations.hxx index f761b27aa331..f0b7a8d88497 100644 --- a/sw/inc/IDocumentContentOperations.hxx +++ b/sw/inc/IDocumentContentOperations.hxx @@ -148,7 +148,7 @@ public: virtual bool InsertString(const SwPaM &rRg, const OUString&, const SwInsertFlags nInsertMode = SwInsertFlags::EMPTYEXPAND ) = 0; - /** change text to Upper/Lower/Hiragana/Katagana/... + /** change text to Upper/Lower/Hiragana/Katakana/... */ virtual void TransliterateText(const SwPaM& rPaM, utl::TransliterationWrapper&) = 0; |