diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-07-05 15:10:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-07-05 19:59:30 +0200 |
commit | f42daec5c72c78e40150cbf0f0d01f38db556264 (patch) | |
tree | 745863c87f9172566905cd0e178db35d63dfcd98 /sfx2 | |
parent | 83ece8c46b2076a2ac2ca05e6ea280d6aca66c73 (diff) |
cleanup src files
Those items are unused.
Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/doc.hrc | 5 | ||||
-rw-r--r-- | sfx2/source/doc/doc.src | 30 |
2 files changed, 0 insertions, 35 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index 0ccbede03071..7bc96e5edc13 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -55,7 +55,6 @@ #define STR_PRINT_STYLES (RID_SFX_DOC_START+ 20) #define STR_PRINT_STYLES_HEADER (RID_SFX_DOC_START+ 21) -#define MSG_PRINT_ERROR (RID_SFX_DOC_START+ 22) #define STR_BACKUP_COPY (RID_SFX_DOC_START+ 23) #define MSG_CANT_OPEN_TEMPLATE (RID_SFX_DOC_START+ 25) #define MSG_VIEW_OPEN_CANT_SAVE (RID_SFX_DOC_START+ 26) @@ -65,13 +64,9 @@ #define STR_ERROR_DELETE_TEMPLATE (RID_SFX_DOC_START+ 30) #define STR_ERROR_MOVE_TEMPLATE (RID_SFX_DOC_START+ 32) -#define MSG_ERROR_RESCAN (RID_SFX_DOC_START+ 33) #define STR_ERROR_SAVE_TEMPLATE (RID_SFX_DOC_START+ 34) #define MSG_ERROR_RENAME_TEMPLATE (RID_SFX_DOC_START+ 34) -#define MSG_ERROR_RENAME_TEMPLATE_REGION (RID_SFX_DOC_START+ 35) #define STR_CONFIG (RID_SFX_DOC_START+ 37) -#define MSG_ERROR_EMPTY_NAME (RID_SFX_DOC_START+ 37) -#define MSG_ERROR_UNIQ_NAME (RID_SFX_DOC_START+ 38) #define STR_QUERY_DEFAULT_TEMPLATE (RID_SFX_DOC_START+ 39) #define MSG_QUERY_RESET_DEFAULT_TEMPLATE (RID_SFX_DOC_START+ 39) #define MSG_TEMPLATE_DIR_NOT_EXIST (RID_SFX_DOC_START+ 40) diff --git a/sfx2/source/doc/doc.src b/sfx2/source/doc/doc.src index c1341cd6144d..d1a855865ed5 100644 --- a/sfx2/source/doc/doc.src +++ b/sfx2/source/doc/doc.src @@ -75,12 +75,6 @@ Bitmap BMP_STYLES_FAMILY2 { File = "styfam2.bmp" ; }; Bitmap BMP_STYLES_FAMILY3 { File = "styfam3.bmp" ; }; Bitmap BMP_STYLES_FAMILY4 { File = "styfam4.bmp" ; }; -ErrorBox MSG_PRINT_ERROR -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "The print job could not be started." ; -}; String STR_BACKUP_COPY { Text [ en-US ] = "Copy" ; @@ -115,12 +109,6 @@ String STR_ERROR_MOVE_TEMPLATE { Text [ en-US ] = "Error moving template \"$1\"." ; }; -ErrorBox MSG_ERROR_RESCAN -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "The update could not be saved." ; -}; String STR_ERROR_SAVE_TEMPLATE { Text [ en-US ] = "Error saving template " ; @@ -131,24 +119,6 @@ ErrorBox MSG_ERROR_RENAME_TEMPLATE DEFBUTTON = WB_DEF_OK ; Message [ en-US ] = "Error renaming template." ; }; -ErrorBox MSG_ERROR_RENAME_TEMPLATE_REGION -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "Error renaming template category." ; -}; -ErrorBox MSG_ERROR_EMPTY_NAME -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "Please specify a name." ; -}; -ErrorBox MSG_ERROR_UNIQ_NAME -{ - BUTTONS = WB_OK ; - DEFBUTTON = WB_DEF_OK ; - Message [ en-US ] = "Please specify a unique name.\nEntries must not be case specific." ; -}; String STR_QUERY_DEFAULT_TEMPLATE { Text [ en-US ] = "Should the template \"$(TEXT)\" become the default template?" ; |