diff options
-rw-r--r-- | linguistic/source/lngopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx index 4e3df8ed58dd..791e2425038b 100644 --- a/linguistic/source/lngopt.hxx +++ b/linguistic/source/lngopt.hxx @@ -145,7 +145,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) |