Kaydet (Commit) 6ad70891 authored tarafından Julien Nabet's avatar Julien Nabet

Reduce scope

Change-Id: I58a1f5d36939dd95648ea42b31331e757c65ee57
üst 4a3398ce
...@@ -327,8 +327,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUStri ...@@ -327,8 +327,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUStri
if (eEnc == RTL_TEXTENCODING_DONTKNOW) if (eEnc == RTL_TEXTENCODING_DONTKNOW)
return NULL; return NULL;
sal_uInt16 ct = CAPTYPE_UNKNOWN; sal_uInt16 ct = capitalType(aWord, pCC);
ct = capitalType(aWord, pCC);
// first convert any smart quotes or apostrophes to normal ones // first convert any smart quotes or apostrophes to normal ones
OUStringBuffer rBuf(aWord); OUStringBuffer rBuf(aWord);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment