summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-07-28 10:14:00 +0200
committerJan Holesovsky <kendy@suse.cz>2011-07-28 10:14:00 +0200
commite5423e6c8018c542a2588ae686f7995354b35e7b (patch)
treee150b09c4cf7b409e91c94ff5a0c6a2b58ec2fd4 /lingucomponent
parentde6f1b0ad43046eb3cb94dcd2e8793bb2a0cff10 (diff)
parent811651fb8f4fe562e63831a2d77fb1d8f54ceec8 (diff)
Merge commit 'libreoffice-3.4.2.3'
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx2
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;