summaryrefslogtreecommitdiff
path: root/packages/morphunits/src/locale.pas
diff options
context:
space:
mode:
Diffstat (limited to 'packages/morphunits/src/locale.pas')
-rw-r--r--packages/morphunits/src/locale.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/morphunits/src/locale.pas b/packages/morphunits/src/locale.pas
index 7b3ece281d..5331a41657 100644
--- a/packages/morphunits/src/locale.pas
+++ b/packages/morphunits/src/locale.pas
@@ -187,6 +187,7 @@ const
OC_Version = OC_TagBase + 3; // catalog version number required
OC_Language = OC_TagBase + 4; // preferred language of catalog
OC_CodeSet = OC_TagBase + 5; // V51
+ OC_BuiltInStrings = OC_TagBase + 6; // V52.3
// Comparison types for StrnCmp()
SC_ASCII = 0;