summaryrefslogtreecommitdiff
path: root/desktop
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 /desktop
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 'desktop')
-rw-r--r--desktop/source/deployment/registry/script/dp_script.hrc1
-rw-r--r--desktop/source/deployment/registry/script/dp_script.src5
2 files changed, 0 insertions, 6 deletions
diff --git a/desktop/source/deployment/registry/script/dp_script.hrc b/desktop/source/deployment/registry/script/dp_script.hrc
index 67062c53536b..7f75edb38ac0 100644
--- a/desktop/source/deployment/registry/script/dp_script.hrc
+++ b/desktop/source/deployment/registry/script/dp_script.hrc
@@ -25,7 +25,6 @@
#define RID_STR_BASIC_LIB (RID_DEPLOYMENT_SCRIPT_START+10)
#define RID_STR_DIALOG_LIB (RID_DEPLOYMENT_SCRIPT_START+11)
-#define RID_STR_LIBNAME_ALREADY_EXISTS (RID_DEPLOYMENT_SCRIPT_START+15)
#define RID_STR_CANNOT_DETERMINE_LIBNAME (RID_DEPLOYMENT_SCRIPT_START+16)
#endif
diff --git a/desktop/source/deployment/registry/script/dp_script.src b/desktop/source/deployment/registry/script/dp_script.src
index 42909b79ad7e..f3162f8f86e3 100644
--- a/desktop/source/deployment/registry/script/dp_script.src
+++ b/desktop/source/deployment/registry/script/dp_script.src
@@ -34,9 +34,4 @@ String RID_STR_CANNOT_DETERMINE_LIBNAME
Text [ en-US ] = "The library name could not be determined.";
};
-String RID_STR_LIBNAME_ALREADY_EXISTS
-{
- Text [ en-US ] = "This library name already exists. Please choose a different name.";
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */