|
|
f0633d |
From b8303a3e58f0b8d50574126998228d7d71c94728 Mon Sep 17 00:00:00 2001
|
|
|
f0633d |
From: Julien Nabet <serval2412@yahoo.fr>
|
|
|
f0633d |
Date: Wed, 1 Jan 2014 21:39:13 +0100
|
|
|
f0633d |
Subject: [PATCH 095/109] Resolves: fdo#72464 Character line break is set to 0
|
|
|
f0633d |
Options/.../Writing Aids
|
|
|
f0633d |
MIME-Version: 1.0
|
|
|
f0633d |
Content-Type: text/plain; charset=UTF-8
|
|
|
f0633d |
Content-Transfer-Encoding: 8bit
|
|
|
f0633d |
|
|
|
f0633d |
Change-Id: I9f3d1c64fde064fc7ba9bdfcb9e35032a0c40255
|
|
|
f0633d |
Reviewed-on: https://gerrit.libreoffice.org/7253
|
|
|
f0633d |
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
|
f0633d |
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
|
f0633d |
---
|
|
|
f0633d |
linguistic/source/lngopt.hxx | 2 +-
|
|
|
f0633d |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
f0633d |
|
|
|
f0633d |
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
|
|
|
f0633d |
index c4bbc6c..c6d0bc6 100644
|
|
|
f0633d |
--- a/linguistic/source/lngopt.hxx
|
|
|
f0633d |
+++ b/linguistic/source/lngopt.hxx
|
|
|
f0633d |
@@ -149,7 +149,7 @@ public:
|
|
|
f0633d |
virtual void SAL_CALL setIsSpellCapitalization(sal_Bool p1) throw (css::uno::RuntimeException)
|
|
|
f0633d |
{ setProperty(UPN_IS_SPELL_CAPITALIZATION, p1); }
|
|
|
f0633d |
virtual sal_Int16 SAL_CALL getHyphMinLeading() throw (css::uno::RuntimeException)
|
|
|
f0633d |
- { return getPropertyBool(UPN_HYPH_MIN_LEADING); }
|
|
|
f0633d |
+ { return getPropertyInt16(UPN_HYPH_MIN_LEADING); }
|
|
|
f0633d |
virtual void SAL_CALL setHyphMinLeading(sal_Int16 p1) throw (css::uno::RuntimeException)
|
|
|
f0633d |
{ setProperty(UPN_HYPH_MIN_LEADING, p1); }
|
|
|
f0633d |
virtual sal_Int16 SAL_CALL getHyphMinTrailing() throw (css::uno::RuntimeException)
|
|
|
f0633d |
--
|
|
|
f0633d |
1.8.4.2
|
|
|
f0633d |
|