diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-07-28 10:14:00 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-07-28 10:14:00 +0200 |
commit | e5423e6c8018c542a2588ae686f7995354b35e7b (patch) | |
tree | e150b09c4cf7b409e91c94ff5a0c6a2b58ec2fd4 /lingucomponent/source/hyphenator | |
parent | de6f1b0ad43046eb3cb94dcd2e8793bb2a0cff10 (diff) | |
parent | 811651fb8f4fe562e63831a2d77fb1d8f54ceec8 (diff) |
Merge commit 'libreoffice-3.4.2.3'
Diffstat (limited to 'lingucomponent/source/hyphenator')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index d8419b3600ba..6190355485e8 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -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; |