summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/app.src
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-20 20:34:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-20 21:14:29 +0000
commitfdf57121acb3e74ee227a578e097dd6a4d5bfb08 (patch)
treeb561ba5f5edd503dfdf0afa81be6cf94451cc9cf /sw/source/ui/app/app.src
parent86519381cd6c7df26087461680f5467aacdc89fc (diff)
unwind ILIST ImageList
Change-Id: I260f4263db35f708891e26fa943c1fd6af402366
Diffstat (limited to 'sw/source/ui/app/app.src')
-rw-r--r--sw/source/ui/app/app.src27
1 files changed, 0 insertions, 27 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src
index 5989ed3220c0..9b41464deb91 100644
--- a/sw/source/ui/app/app.src
+++ b/sw/source/ui/app/app.src
@@ -40,33 +40,6 @@ String STR_PAGE_COUNT_MACRO
Text [ en-US ] = "Changing the page count" ;
};
- // Image-list ----------------------------------------------------------------
- // Don't use this image list for normal toolbar images. We have now our commandimagelist
- // folder in icon-themes/(name of theme)/cmd. This list is now only used for special toolboxes that are
- // used in floating windows.
-
-#define IMAGELIST_AND_COUNT \
- IdList = { \
- FN_FORMULA_CALC ;\
- FN_FORMULA_CANCEL ;\
- FN_FORMULA_APPLY ;\
- }; \
- IdCount = { \
- 3; \
- };
-
-ImageList RID_DEFAULTIMAGELIST_SC
-{
- Prefix = "sc";
- IMAGELIST_AND_COUNT
-};
-
-ImageList RID_DEFAULTIMAGELIST_LC
-{
- Prefix = "lc";
- IMAGELIST_AND_COUNT
-};
-
String STR_PARAGRAPHSTYLEFAMILY
{
Text [ en-US ] = "Paragraph Styles" ;