diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 8e1dd67829eb..5989ed3220c0 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -201,12 +201,6 @@ Bitmap BMP_STYLES_FAMILY_TABLE File = "sf06.png" ; }; -// Bitmap for the NumberingTemplates in the Organizer -Bitmap BMP_STYLES_FAMILY_NUM -{ - File = "styfamnu.bmp" ; -}; - String STR_ENV_TITLE { Text [ en-US ] = "Envelope" ; diff --git a/sw/source/uibase/inc/app.hrc b/sw/source/uibase/inc/app.hrc index 915e64a3b860..ad565442ff6a 100644 --- a/sw/source/uibase/inc/app.hrc +++ b/sw/source/uibase/inc/app.hrc @@ -30,9 +30,6 @@ #define STR_PRINT_MERGE_MACRO (RC_APP_BEGIN + 15) #define STR_PAGE_COUNT_MACRO (RC_APP_BEGIN + 16) -// Bitmap for the numbering style in organizer -#define BMP_STYLES_FAMILY_NUM (RC_APP_BEGIN + 17) - // Strings for regions in the configuration #define STR_PAGEOFFSET (RC_APP_BEGIN + 74) #define STR_PAGEBREAK (RC_APP_BEGIN + 75)