summaryrefslogtreecommitdiff
path: root/sc/source
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 /sc/source
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 'sc/source')
-rw-r--r--sc/source/ui/inc/filter.hrc4
-rw-r--r--sc/source/ui/src/filter.src16
2 files changed, 0 insertions, 20 deletions
diff --git a/sc/source/ui/inc/filter.hrc b/sc/source/ui/inc/filter.hrc
index cda16f9d8568..32a8ec2a1d98 100644
--- a/sc/source/ui/inc/filter.hrc
+++ b/sc/source/ui/inc/filter.hrc
@@ -20,9 +20,5 @@
// Special filter
#define STR_COPY_AREA_TO 5054
-#define RID_FILTER_OPERATOR 5055
-#define RID_FILTER_FIELDNAME 5056
-#define RID_FILTER_CONDITION 5057
-#define RID_FILTER_VALUE 5058
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src
index aee5f7d5a5d2..5fcfa7b1dbf7 100644
--- a/sc/source/ui/src/filter.src
+++ b/sc/source/ui/src/filter.src
@@ -22,21 +22,5 @@ String STR_COPY_AREA_TO
{
Text [ en-US ] = "Copy results to" ;
};
-String RID_FILTER_OPERATOR
-{
- Text [ en-US ] = "Operator" ;
-};
-String RID_FILTER_FIELDNAME
-{
- Text [ en-US ] = "Field Name" ;
-};
-String RID_FILTER_CONDITION
-{
- Text [ en-US ] = "Condition" ;
-};
-String RID_FILTER_VALUE
-{
- Text [ en-US ] = "Value" ;
-};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */