summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-01-01 21:39:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-01-02 20:23:17 +0000
commit465954396edf9c34d4f53b4b4afe9f3817f257e3 (patch)
treedbdb0be3e0153f04dc210c15e1256f8e13063302 /linguistic
parent1d1301de3248b1e08a66a259457f59b5406a5034 (diff)
Resolves: fdo#72464 Character line break is set to 0 Options/.../Writing Aids
Change-Id: I9f3d1c64fde064fc7ba9bdfcb9e35032a0c40255 Reviewed-on: https://gerrit.libreoffice.org/7252 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngopt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index 528b853a6c99..8b67f6488766 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -149,7 +149,7 @@ public:
virtual void SAL_CALL setIsSpellCapitalization(sal_Bool p1) throw (css::uno::RuntimeException)
{ setProperty(UPN_IS_SPELL_CAPITALIZATION, p1); }
virtual sal_Int16 SAL_CALL getHyphMinLeading() throw (css::uno::RuntimeException)
- { return getPropertyBool(UPN_HYPH_MIN_LEADING); }
+ { return getPropertyInt16(UPN_HYPH_MIN_LEADING); }
virtual void SAL_CALL setHyphMinLeading(sal_Int16 p1) throw (css::uno::RuntimeException)
{ setProperty(UPN_HYPH_MIN_LEADING, p1); }
virtual sal_Int16 SAL_CALL getHyphMinTrailing() throw (css::uno::RuntimeException)