diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-07-07 03:31:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-13 12:45:56 +0200 |
commit | ac3800fbb9f3251276302b24fa0542441276a34f (patch) | |
tree | d58aa86feb8171837eb2fe235d5da73b2de07156 /desktop/source | |
parent | 2e7702fb704133bad6a534a166e96599347cf6b4 (diff) |
hrc cleanup: Remove unused Strings in desktop
Change-Id: I4c3550bcc214bd675c9f86b95597449255f6154a
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/desktop.hrc | 8 | ||||
-rw-r--r-- | desktop/source/app/desktop.src | 40 | ||||
-rw-r--r-- | desktop/source/deployment/registry/script/dp_script.hrc | 1 | ||||
-rw-r--r-- | desktop/source/deployment/registry/script/dp_script.src | 5 |
4 files changed, 0 insertions, 54 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc index 28f1a94e6a2f..df95f1f8667e 100644 --- a/desktop/source/app/desktop.hrc +++ b/desktop/source/app/desktop.hrc @@ -41,14 +41,11 @@ #define EBX_ERR_PRINTDISABLED (RID_DESKTOP_DIALOG_START+190) -#define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0) -#define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1) #define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2) #define STR_BOOTSTRAP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+100) #define STR_BOOTSTRAP_ERR_DIR_MISSING (RID_DESKTOP_STRING_START+101) #define STR_BOOTSTRAP_ERR_PATH_INVALID (RID_DESKTOP_STRING_START+102) -#define STR_BOOTSTRAP_ERR_NO_PATH (RID_DESKTOP_STRING_START+103) #define STR_BOOTSTRAP_ERR_INTERNAL (RID_DESKTOP_STRING_START+104) #define STR_BOOTSTRAP_ERR_FILE_CORRUPT (RID_DESKTOP_STRING_START+105) #define STR_BOOTSTRAP_ERR_FILE_MISSING (RID_DESKTOP_STRING_START+106) @@ -64,16 +61,11 @@ #define STR_INTERNAL_ERRMSG (RID_DESKTOP_STRING_START+161) -#define STR_CONFIG_ERR_SETTINGS_INCOMPLETE (RID_DESKTOP_STRING_START+182) -#define STR_CONFIG_ERR_CANNOT_CONNECT (RID_DESKTOP_STRING_START+183) -#define STR_CONFIG_ERR_RIGHTS_MISSING (RID_DESKTOP_STRING_START+184) #define STR_CONFIG_ERR_ACCESS_GENERAL (RID_DESKTOP_STRING_START+187) -#define STR_CONFIG_ERR_NO_WRITE_ACCESS (RID_DESKTOP_STRING_START+188) #define STR_BOOSTRAP_ERR_NOTENOUGHDISKSPACE (RID_DESKTOP_STRING_START+189) #define STR_BOOSTRAP_ERR_NOACCESSRIGHTS (RID_DESKTOP_STRING_START+190) #define STR_TITLE_USERDATALOCKED (RID_DESKTOP_STRING_START+206) -#define STR_TITLE_EXPIRED (RID_DESKTOP_STRING_START+207) #endif // _DESKTOP_HRC_ diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src index 0b6bc3f3c803..cd561861ac2b 100644 --- a/desktop/source/app/desktop.src +++ b/desktop/source/app/desktop.src @@ -28,16 +28,6 @@ #include "desktop.hrc" -String STR_RECOVER_QUERY -{ - Text [ en-US ] = "Should the file \"$1\" be restored?" ; -}; - -String STR_RECOVER_TITLE -{ - Text [ en-US ] = "File Recovery" ; -}; - WarningBox STR_RECOVER_PREPARED { Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ; @@ -58,11 +48,6 @@ String STR_BOOTSTRAP_ERR_PATH_INVALID Text [ en-US ] = "The installation path is invalid."; }; -String STR_BOOTSTRAP_ERR_NO_PATH -{ - Text [ en-US ] = "The installation path is not available."; -}; - String STR_BOOTSTRAP_ERR_INTERNAL { Text [ en-US ] = "An internal error occurred."; @@ -103,31 +88,11 @@ String STR_ASK_START_SETUP_MANUALLY Text [ en-US ] = "Start the setup application to repair the installation from the CD or the folder containing the installation packages."; }; -String STR_CONFIG_ERR_SETTINGS_INCOMPLETE -{ - Text [ en-US ] = "The startup settings for accessing the central configuration are incomplete. "; -}; - -String STR_CONFIG_ERR_CANNOT_CONNECT -{ - Text [ en-US ] = "A connection to the central configuration could not be established. "; -}; - -String STR_CONFIG_ERR_RIGHTS_MISSING -{ - Text [ en-US ] = "You cannot access the central configuration because of missing access rights. "; -}; - String STR_CONFIG_ERR_ACCESS_GENERAL { Text [ en-US ] = "A general error occurred while accessing your central configuration. "; }; -String STR_CONFIG_ERR_NO_WRITE_ACCESS -{ - Text [ en-US ] = "The changes to your personal settings cannot be stored centrally because of missing access rights. "; -}; - String STR_BOOTSTRAP_ERR_CFG_DATAACCESS { Text [ en-US ] = "%PRODUCTNAME cannot be started due to an error in accessing the %PRODUCTNAME configuration data.\n\nPlease contact your system administrator." ; @@ -213,11 +178,6 @@ InfoBox INFOBOX_EXPIRED Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.oracle.com/us/products/applications/open-office."; }; -String STR_TITLE_EXPIRED -{ - Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION"; -}; - String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE { Text [ en-US ] = "The path manager is not available.\n"; diff --git a/desktop/source/deployment/registry/script/dp_script.hrc b/desktop/source/deployment/registry/script/dp_script.hrc index fd273ce4bcff..d59cf6df2e2e 100644 --- a/desktop/source/deployment/registry/script/dp_script.hrc +++ b/desktop/source/deployment/registry/script/dp_script.hrc @@ -24,7 +24,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 4529835d38ac..fea7eaf0dbb9 100644 --- a/desktop/source/deployment/registry/script/dp_script.src +++ b/desktop/source/deployment/registry/script/dp_script.src @@ -33,8 +33,3 @@ 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."; -}; - |