Merge commit 'libreoffice-3.4.2.3'

This commit is contained in:
Jan Holesovsky
2011-07-28 10:14:00 +02:00

View File

@@ -485,7 +485,7 @@ Reference< XHyphenatedWord > SAL_CALL Hyphenator::hyphenate( const ::rtl::OUStri
}
case CAPTYPE_INITCAP:
{
if (nHyphenationPosAlt == 0)
if (nHyphenationPosAlt == -1)
repHyph = makeInitCap(repHyphlow, pCC);
else
repHyph = repHyphlow;