From f645294d3959ab204ac0efb6619e74b5ba85efa6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 13 Mar 2017 14:33:47 +0200 Subject: 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 Reviewed-by: Noel Grandin --- desktop/source/deployment/registry/script/dp_script.hrc | 1 - desktop/source/deployment/registry/script/dp_script.src | 5 ----- 2 files changed, 6 deletions(-) (limited to 'desktop') 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: */ -- cgit