Merge commit 'libreoffice-3.4.2.3'
This commit is contained in:
@@ -485,7 +485,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUStri
|
|||||||
}
|
}
|
||||||
case CAPTYPE_INITCAP:
|
case CAPTYPE_INITCAP:
|
||||||
{
|
{
|
||||||
if (nHyphenationPosAlt == 0)
|
if (nHyphenationPosAlt == -1)
|
||||||
repHyph = makeInitCap(repHyphlow, pCC);
|
repHyph = makeInitCap(repHyphlow, pCC);
|
||||||
else
|
else
|
||||||
repHyph = repHyphlow;
|
repHyph = repHyphlow;
|
||||||
|
Reference in New Issue
Block a user