diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 11:27:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-05 11:43:54 +0000 |
commit | e96e5512a94bd6fd354576ed033755998ec92bd7 (patch) | |
tree | 7f59a8d106013159aa2f5a86eb76fc396b9c09f8 | |
parent | de943f90ed1d1402d2eb9c778740b4e7dfcda92c (diff) |
drop unused BMP_STYLES_FAMILY_NUM resource
since...
commit 197010643e7e1b8c973013efa9034ffc9bdb56c0
Author: Michael Stahl <mstahl@redhat.com>
Date: Fri Jul 26 22:38:28 2013 +0200
remove some more SfxObjectShell methods that only call each other
Change-Id: Ife3e9add675a8163082cd0ba9b009ea0535d449d
-rw-r--r-- | sw/source/ui/app/app.src | 6 | ||||
-rw-r--r-- | sw/source/uibase/inc/app.hrc | 3 |
2 files changed, 0 insertions, 9 deletions
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) |