diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-04 20:17:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-04 20:22:11 +0100 |
commit | 34c1b7bdd0bca4753f66a7d17ef46647a64a319e (patch) | |
tree | 3210b5f711ba1e3143dce719d823856fed318cce | |
parent | 8d80d76b85ed76f3844a4a022d3184907009d79c (diff) |
adjust para_numbullet icons for high-contrast themes
Change-Id: I7bd91a345a2891b80b0997bccf3b7f42ff31c3da
-rw-r--r-- | icon-themes/hicontrast/svx/res/symphony/para_numbullet01.png (renamed from icon-themes/galaxy/svx/res/symphony/para_numbulleth01.png) | bin | 259 -> 259 bytes | |||
-rw-r--r-- | icon-themes/hicontrast/svx/res/symphony/para_numbullet02.png (renamed from icon-themes/galaxy/svx/res/symphony/para_numbulleth02.png) | bin | 293 -> 293 bytes | |||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.cxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.hrc | 2 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.hxx | 1 | ||||
-rw-r--r-- | svx/source/sidebar/paragraph/ParaPropertyPanel.src | 6 |
6 files changed, 1 insertions, 9 deletions
diff --git a/icon-themes/galaxy/svx/res/symphony/para_numbulleth01.png b/icon-themes/hicontrast/svx/res/symphony/para_numbullet01.png Binary files differindex 6bf74ad750ab..6bf74ad750ab 100644 --- a/icon-themes/galaxy/svx/res/symphony/para_numbulleth01.png +++ b/icon-themes/hicontrast/svx/res/symphony/para_numbullet01.png diff --git a/icon-themes/galaxy/svx/res/symphony/para_numbulleth02.png b/icon-themes/hicontrast/svx/res/symphony/para_numbullet02.png Binary files differindex 8405c705fea8..8405c705fea8 100644 --- a/icon-themes/galaxy/svx/res/symphony/para_numbulleth02.png +++ b/icon-themes/hicontrast/svx/res/symphony/para_numbullet02.png diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx index 50d1b8c523fe..d3af8740ded7 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.cxx @@ -1591,7 +1591,6 @@ ParaPropertyPanel::ParaPropertyPanel(Window* pParent, maIndent3 (SVX_RES(IMG_INDENT3)), maIndHang (SVX_RES(IMG_INDENT_HANG)), maNumBImageList (SVX_RES(IL_NUM_BULLET)), - maNumBImageListH (SVX_RES(ILH_NUM_BULLET)), maNumBImageListRTL (SVX_RES(IL_NUM_BULLET_RTL)), maImgBackColorHigh (SVX_RES(IMG_BACK_COLOR_H)), maImgBackColor (SVX_RES(IMG_BACK_COLOR)), diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc b/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc index 7c0f46c82d57..4d8fe960005b 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.hrc @@ -57,7 +57,7 @@ #define TBX_VERT_ALIGN 40 #define TBX_NUM_BULLET 44 #define IL_NUM_BULLET 45 -#define ILH_NUM_BULLET 46 + #define FT_BACK_COLOR 47 #define TBX_BACK_COLOR 48 #define TBI_BACK_COLOR 49 diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx index 3903d6d61701..227a3c9919f8 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.hxx @@ -145,7 +145,6 @@ private: Image maIndHang; ImageList maNumBImageList; - ImageList maNumBImageListH; ImageList maNumBImageListRTL; Image maImgBackColorHigh; Image maImgBackColor; diff --git a/svx/source/sidebar/paragraph/ParaPropertyPanel.src b/svx/source/sidebar/paragraph/ParaPropertyPanel.src index e0504ce875a9..6db5c75d26a4 100644 --- a/svx/source/sidebar/paragraph/ParaPropertyPanel.src +++ b/svx/source/sidebar/paragraph/ParaPropertyPanel.src @@ -419,12 +419,6 @@ Control RID_SIDEBAR_PARA_PANEL MaskColor = STD_MASKCOLOR ; SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST }; - ImageList ILH_NUM_BULLET - { - Prefix = "symphony/para_numbulleth"; - MaskColor = STD_MASKCOLOR ; - SVX_PROPERTYPANEL_PARA_NUMBULLET_IDLIST - }; //for sym2_7380 ImageList IL_NUM_BULLET_RTL { |