summaryrefslogtreecommitdiff
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
commitd92d2815caba8eb904fb58c65d0a779434ee9743 (patch)
tree32b034f7f7d559326d8b477cc477bad74d534a83
parent8414da938da02576addca1ae7d82b96213fbc0e7 (diff)
parentdb4a649f741ecab0e2d6ff3d54595aa772c8dfd3 (diff)
Merge commit 'libreoffice-3.4.2.3'
-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 6cc84e3fd..040232bfc 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;