From d23af0cd71c655325f1b7821ebe1ca34cc34afff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 26 Apr 2017 10:49:43 +0100 Subject: remove sfx2 bitmaps from .src files Change-Id: I54448567db051f4446c36b16acdda2288b391537 --- sfx2/inc/app.hrc | 23 ----------------------- sfx2/inc/bitmaps.hlst | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 23 deletions(-) (limited to 'sfx2/inc') diff --git a/sfx2/inc/app.hrc b/sfx2/inc/app.hrc index 1a95425fecf8..24eba24c2dbc 100644 --- a/sfx2/inc/app.hrc +++ b/sfx2/inc/app.hrc @@ -38,20 +38,6 @@ #define STR_INFO_NOSEARCHRESULTS (RID_SFX_APP_START+106) #define STR_INFO_NOSEARCHTEXTFOUND (RID_SFX_APP_START+107) -#define BMP_HELP_TOOLBOX_INDEX_ON (RID_SFX_APP_START+110) -#define BMP_HELP_TOOLBOX_INDEX_OFF (RID_SFX_APP_START+111) -#define BMP_HELP_TOOLBOX_START (RID_SFX_APP_START+112) -#define BMP_HELP_TOOLBOX_PREV (RID_SFX_APP_START+113) -#define BMP_HELP_TOOLBOX_NEXT (RID_SFX_APP_START+114) -#define BMP_HELP_TOOLBOX_PRINT (RID_SFX_APP_START+115) -#define BMP_HELP_TOOLBOX_BOOKMARKS (RID_SFX_APP_START+116) -#define BMP_HELP_TOOLBOX_SEARCHDIALOG (RID_SFX_APP_START+117) -#define BMP_HELP_TOOLBOX_COPY (RID_SFX_APP_START+118) - -#define BMP_HELP_CONTENT_BOOK_OPEN (RID_SFX_APP_START+120) -#define BMP_HELP_CONTENT_BOOK_CLOSED (RID_SFX_APP_START+122) -#define BMP_HELP_CONTENT_DOC (RID_SFX_APP_START+124) - #define STR_HELP_WINDOW_TITLE (RID_SFX_APP_START+125) // string #define STR_HELP_BUTTON_INDEX_ON (RID_SFX_APP_START+126) @@ -79,15 +65,6 @@ #define RID_HELP_ONSTARTUP_TEXT (RID_SFX_APP_START+145) -#define BMP_HELP_TOOLBOX_L_INDEX_ON (RID_SFX_APP_START+160) -#define BMP_HELP_TOOLBOX_L_INDEX_OFF (RID_SFX_APP_START+161) -#define BMP_HELP_TOOLBOX_L_START (RID_SFX_APP_START+162) -#define BMP_HELP_TOOLBOX_L_PREV (RID_SFX_APP_START+163) -#define BMP_HELP_TOOLBOX_L_NEXT (RID_SFX_APP_START+164) -#define BMP_HELP_TOOLBOX_L_PRINT (RID_SFX_APP_START+165) -#define BMP_HELP_TOOLBOX_L_BOOKMARKS (RID_SFX_APP_START+166) -#define BMP_HELP_TOOLBOX_L_SEARCHDIALOG (RID_SFX_APP_START+167) - #define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181) #define RID_SVXSTR_XMLSEC_QUERY_LOSINGSIGNATURE (RID_SFX_APP_START + 186) diff --git a/sfx2/inc/bitmaps.hlst b/sfx2/inc/bitmaps.hlst index ff88d467071d..d6fb2f3416cc 100644 --- a/sfx2/inc/bitmaps.hlst +++ b/sfx2/inc/bitmaps.hlst @@ -10,6 +10,27 @@ #ifndef INCLUDED_SFX2_INC_BITMAPS_HRC #define INCLUDED_SFX2_INC_BITMAPS_HRC +#define BMP_HELP_TOOLBOX_INDEX_ON "sfx2/res/indexon_small.png" +#define BMP_HELP_TOOLBOX_INDEX_OFF "sfx2/res/indexoff_small.png" +#define BMP_HELP_TOOLBOX_START "res/sc06303.png" +#define BMP_HELP_TOOLBOX_PREV "res/sc06301.png" +#define BMP_HELP_TOOLBOX_NEXT "res/sc06300.png" +#define BMP_HELP_TOOLBOX_PRINT "res/sc05504.png" +#define BMP_HELP_TOOLBOX_BOOKMARKS "sfx2/res/favourite.png" +#define BMP_HELP_TOOLBOX_SEARCHDIALOG "sfx2/res/sc05961.png" +#define BMP_HELP_TOOLBOX_COPY "sfx2/res/sc05711.png" +#define BMP_HELP_CONTENT_BOOK_OPEN "sfx2/res/hlpbookopen.png" +#define BMP_HELP_CONTENT_BOOK_CLOSED "sfx2/res/hlpbookclosed.png" +#define BMP_HELP_CONTENT_DOC "sfx2/res/hlpdoc.png" +#define BMP_HELP_TOOLBOX_L_INDEX_ON "sfx2/res/indexon_big.png" +#define BMP_HELP_TOOLBOX_L_INDEX_OFF "sfx2/res/indexoff_big.png" +#define BMP_HELP_TOOLBOX_L_START "res/lc06303.png" +#define BMP_HELP_TOOLBOX_L_PREV "res/lc06301.png" +#define BMP_HELP_TOOLBOX_L_NEXT "res/lc06300.png" +#define BMP_HELP_TOOLBOX_L_PRINT "res/lc05504.png" +#define BMP_HELP_TOOLBOX_L_BOOKMARKS "sfx2/res/favourite_big.png" +#define BMP_HELP_TOOLBOX_L_SEARCHDIALOG "res/lc05961.png" + //start, sfx2/source/sidebar/Theme.cxx #define CLOSEDOC "sfx2/res/closedoc.png" #define GRIP "sfx2/res/grip.png" -- cgit