summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2019-03-04 15:59:35 +0900
committerJulien Nabet <serval2412@yahoo.fr>2019-03-04 12:16:53 +0100
commit96af93e5df3ea2e775cdfebf31447abaeec6dcfa (patch)
tree6101315f58c057e98b8b8087ecd20a025a522d3e /sw/inc
parent0b9e4f6085d147c43a86d107303eea9b86e7f34c (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')
-rw-r--r--sw/inc/IDocumentContentOperations.hxx2
-rw-r--r--sw/inc/editsh.hxx2
-rw-r--r--sw/inc/ndtxt.hxx2
3 files changed, 3 insertions, 3 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;
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 9c550e96f639..37d5f49d2fe8 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -179,7 +179,7 @@ public:
/// Remove a complete paragraph.
bool DelFullPara();
- /// Change text to Upper/Lower/Hiragana/Katagana/...
+ /// Change text to Upper/Lower/Hiragana/Katakana/...
void TransliterateText( TransliterationFlags nType );
/// Count words in current selection.
diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx
index 1ae373fd934e..3900f398adbd 100644
--- a/sw/inc/ndtxt.hxx
+++ b/sw/inc/ndtxt.hxx
@@ -741,7 +741,7 @@ public:
const bool bNegative = false,
const bool bDelete = false ) override;
- /// change text to Upper/Lower/Hiragana/Katagana/...
+ /// change text to Upper/Lower/Hiragana/Katakana/...
void TransliterateText( utl::TransliterationWrapper& rTrans,
sal_Int32 nStart, sal_Int32 nEnd,
SwUndoTransliterate* pUndo );