summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-17 12:35:13 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-20 06:54:49 +0000
commit4307643b2fa1f2cdc2bf087ab2285a8557d61bec (patch)
treed69120f515bfc4c90dcd00612a3263f2de67d9f5 /filter
parente604ddfd1196c877ddce603dca15f9a5228497e0 (diff)
remove unused defines from HRC files in misc(2)
Change-Id: I6d27c03925e7756022c3e343c0873c4dd1dd90dc Reviewed-on: https://gerrit.libreoffice.org/35324 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'filter')
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogstrings.hrc2
-rw-r--r--filter/source/xsltdialog/xmlfilterdialogstrings.src10
2 files changed, 0 insertions, 12 deletions
diff --git a/filter/source/xsltdialog/xmlfilterdialogstrings.hrc b/filter/source/xsltdialog/xmlfilterdialogstrings.hrc
index 141ea6326153..66b6b3e3cf12 100644
--- a/filter/source/xsltdialog/xmlfilterdialogstrings.hrc
+++ b/filter/source/xsltdialog/xmlfilterdialogstrings.hrc
@@ -30,8 +30,6 @@
#define STR_EXPORT_ONLY (RID_XSLT_DIALOG_START + 5)
#define STR_WARN_DELETE (RID_XSLT_DIALOG_START + 10)
-#define STR_NO_ERRORS_FOUND (RID_XSLT_DIALOG_START + 11)
-#define STR_NOT_SPECIFIED (RID_XSLT_DIALOG_START + 12)
#define STR_DEFAULT_FILTER_NAME (RID_XSLT_DIALOG_START + 13)
#define STR_DEFAULT_EXTENSION (RID_XSLT_DIALOG_START + 14)
diff --git a/filter/source/xsltdialog/xmlfilterdialogstrings.src b/filter/source/xsltdialog/xmlfilterdialogstrings.src
index af886465f1df..8e6501cd8a85 100644
--- a/filter/source/xsltdialog/xmlfilterdialogstrings.src
+++ b/filter/source/xsltdialog/xmlfilterdialogstrings.src
@@ -119,16 +119,6 @@ String STR_ERROR_IMPORT_TEMPLATE_NOT_FOUND
Text [ en-US ] = "The given import template cannot be found. Please enter a valid path.";
};
-String STR_NOT_SPECIFIED
-{
- Text [ en-US ] = "Not specified";
-};
-
-String STR_NO_ERRORS_FOUND
-{
- Text = "No errors found.";
-};
-
String STR_DEFAULT_FILTER_NAME
{
Text [ en-US ] = "New Filter";