tdf#82087: hyphenation: allow 1 character at line end for Greek
Greek and Ancient Greek allow hyphenation after the first letter,
e.g. ό-νειρο. The default "Characters at line end" value is still 2
in Paragraph Styles->Text Flow, but now it's possible to set 1, too.
Change-Id: If1e197a57dc32f8359e6b813d8fbe429e41cf5fe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137583
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
diff --git a/cui/uiconfig/ui/textflowpage.ui b/cui/uiconfig/ui/textflowpage.ui
index 496f22f..507557ab 100644
--- a/cui/uiconfig/ui/textflowpage.ui
+++ b/cui/uiconfig/ui/textflowpage.ui
@@ -3,7 +3,7 @@
<interface domain="cui">
<requires lib="gtk+" version="3.20"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="lower">2</property>
<property name="lower">1</property>
<property name="upper">9</property>
<property name="value">2</property>
<property name="step_increment">1</property>