diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/IDocumentContentOperations.hxx | 2 | ||||
-rw-r--r-- | sw/inc/editsh.hxx | 2 | ||||
-rw-r--r-- | sw/inc/ndtxt.hxx | 2 |
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 ); |