summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-01-01 21:39:13 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-01-01 21:39:55 +0100
commit6a82f67223bf8dd6d417b442e4f895496232a742 (patch)
treea29e65f8e01f85bfafcf2e80654b01207f34ddf3 /linguistic
parentdee757ad33b763180336240f27811d0d4e5aa130 (diff)
Resolves: fdo#72464 Character line break is set to 0 Options/.../Writing Aids
Change-Id: I9f3d1c64fde064fc7ba9bdfcb9e35032a0c40255
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 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)