summaryrefslogtreecommitdiff
path: root/forms/source/resource
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-13 14:33:47 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-14 08:37:44 +0000
commitf645294d3959ab204ac0efb6619e74b5ba85efa6 (patch)
tree3437361d64d2df1b1849f1adfb0bf01fbd876d88 /forms/source/resource
parentcbb2e6b76868d5c67a713b68310b44be59bfab3e (diff)
remove unused RID constants
found with the attached bin/find-unused-rid.py script Change-Id: I1cf79caa6cafedb8bc642f394dc7e7da889d6fdf Reviewed-on: https://gerrit.libreoffice.org/35136 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'forms/source/resource')
-rw-r--r--forms/source/resource/xforms.src15
1 files changed, 0 insertions, 15 deletions
diff --git a/forms/source/resource/xforms.src b/forms/source/resource/xforms.src
index e4df19abfda5..f9debd60201f 100644
--- a/forms/source/resource/xforms.src
+++ b/forms/source/resource/xforms.src
@@ -69,11 +69,6 @@ String RID_STR_XFORMS_VALUE_MIN_EXCL
Text [ en-US ] = "The value must be greater than $2.";
};
-String RID_STR_XFORMS_VALUE_PATTERN
-{
- Text [ en-US ] = "The value does not match the pattern '$2'.";
-};
-
String RID_STR_XFORMS_VALUE_TOTAL_DIGITS
{
Text [ en-US ] = "$2 digits allowed at most.";
@@ -144,21 +139,11 @@ String RID_STR_DATATYPE_DATETIME
Text [ en-US ] = "Date and Time";
};
-String RID_STR_DATATYPE_YEARMONTH
-{
- Text [ en-US ] = "Month and year";
-};
-
String RID_STR_DATATYPE_YEAR
{
Text [ en-US ] = "Year";
};
-String RID_STR_DATATYPE_MONTHDAY
-{
- Text [ en-US ] = "Month and day";
-};
-
String RID_STR_DATATYPE_MONTH
{
Text [ en-US ] = "Month";