summaryrefslogtreecommitdiff
path: root/include/unotools/linguprops.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/unotools/linguprops.hxx')
-rw-r--r--include/unotools/linguprops.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unotools/linguprops.hxx b/include/unotools/linguprops.hxx
index 346a314503e4..23e0cdaae035 100644
--- a/include/unotools/linguprops.hxx
+++ b/include/unotools/linguprops.hxx
@@ -35,6 +35,7 @@
#define UPN_HYPH_MIN_LEADING "HyphMinLeading"
#define UPN_HYPH_MIN_TRAILING "HyphMinTrailing"
#define UPN_HYPH_MIN_WORD_LENGTH "HyphMinWordLength"
+#define UPN_HYPH_NO_CAPS "HyphNoCaps"
// UNO property names for Lingu
// (those not covered by the SpellChecker and Hyphenator
@@ -100,6 +101,7 @@
#define UPH_IS_REVERSE_MAPPING 33
#define UPH_IS_GRAMMAR_AUTO 34
#define UPH_IS_GRAMMAR_INTERACTIVE 35
+#define UPH_HYPH_NO_CAPS 36
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */