summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2009-07-13 11:08:01 +0000
committerThomas Lange <tl@openoffice.org>2009-07-13 11:08:01 +0000
commit083a898565f723b3dd91a8caf27ea8d02b52fb06 (patch)
treeb5e8052172ba7e847b5f2a78e2129fe3794231b6 /sw/inc
parentb5bdc62436c28c67c130d154a66f3d4cb2772516 (diff)
#i1601# sentence case transliteration
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/editsh.hxx1
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;