diff options
author | Thomas Lange <tl@openoffice.org> | 2009-07-13 11:08:01 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2009-07-13 11:08:01 +0000 |
commit | 083a898565f723b3dd91a8caf27ea8d02b52fb06 (patch) | |
tree | b5e8052172ba7e847b5f2a78e2129fe3794231b6 /sw/inc | |
parent | b5bdc62436c28c67c130d154a66f3d4cb2772516 (diff) |
#i1601# sentence case transliteration
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 4e1eba53115b..82e4fc6390f8 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -201,6 +201,7 @@ public: // change text to Upper/Lower/Hiragana/Katagana/... void TransliterateText( sal_uInt32 nType ); + void TransliterateText( const String& rModuleName ); // count words in current selection void CountWords( SwDocStat& rStat ) const; |