diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |