summaryrefslogtreecommitdiff
path: root/include/editeng/hyphenzoneitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/hyphenzoneitem.hxx')
-rw-r--r--include/editeng/hyphenzoneitem.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/editeng/hyphenzoneitem.hxx b/include/editeng/hyphenzoneitem.hxx
index cbe4a503a0a6..0c7fe7fb6fed 100644
--- a/include/editeng/hyphenzoneitem.hxx
+++ b/include/editeng/hyphenzoneitem.hxx
@@ -42,6 +42,7 @@ class EDITENG_DLLPUBLIC SvxHyphenZoneItem final : public SfxPoolItem
sal_uInt8 nMinWordLength; // hyphenate only words with at least nMinWordLength characters
sal_uInt16 nTextHyphenZone; // don't force hyphenation at line end, allow this extra white space
sal_uInt8 nKeep; // avoid hyphenation across page etc., see ParagraphHyphenationKeep
+ sal_uInt8 nCompoundMinLead; // min. characters between compound word boundary and hyphenation
public:
static SfxPoolItem* CreateDefault();
@@ -78,6 +79,9 @@ public:
sal_uInt8 &GetMinTrail() { return nMinTrail; }
sal_uInt8 GetMinTrail() const { return nMinTrail; }
+ sal_uInt8 &GetCompoundMinLead() { return nCompoundMinLead; }
+ sal_uInt8 GetCompoundMinLead() const { return nCompoundMinLead; }
+
sal_uInt8 &GetMaxHyphens() { return nMaxHyphens; }
sal_uInt8 GetMaxHyphens() const { return nMaxHyphens; }