diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 12:48:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-06 13:29:39 +0100 |
commit | 04ba40c749fe01e226d30dc5d075e510d70bf48b (patch) | |
tree | 4a50e7ee58de56f320426c5cd71011051f06e85d /sc/source | |
parent | 4dfa3161896a0e045da3b5cf656ebd8f40044a46 (diff) |
ImageList just reads and discards the MaskColor, so drop it
Change-Id: I243e739fea28e3f38b91534182cc54c2aa660f0e
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/dbgui/outline.src | 1 | ||||
-rw-r--r-- | sc/source/ui/navipi/navipi.src | 2 | ||||
-rw-r--r-- | sc/source/ui/src/toolbox.src | 2 | ||||
-rw-r--r-- | sc/source/ui/styleui/scstyles.src | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/sc/source/ui/dbgui/outline.src b/sc/source/ui/dbgui/outline.src index a1f9fec99f2b..c212ca317c40 100644 --- a/sc/source/ui/dbgui/outline.src +++ b/sc/source/ui/dbgui/outline.src @@ -25,7 +25,6 @@ ImageList RID_OUTLINEBITMAPS { Prefix = "ou"; - MaskColor = STD_MASKCOLOR; IdList = { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; }; IdCount = { 12; }; }; diff --git a/sc/source/ui/navipi/navipi.src b/sc/source/ui/navipi/navipi.src index dfa00c3b5c1b..eaf7dbdf9bd0 100644 --- a/sc/source/ui/navipi/navipi.src +++ b/sc/source/ui/navipi/navipi.src @@ -89,7 +89,6 @@ Window RID_SCDLG_NAVIGATOR ImageList IL_CMD { Prefix = "na"; - MaskColor = STD_MASKCOLOR ; IdList = { IID_DATA ; @@ -164,7 +163,6 @@ Window RID_SCDLG_NAVIGATOR ImageList RID_IMAGELIST_NAVCONT { Prefix = "nc"; - MaskColor = STD_MASKCOLOR ; // SC_CONTENT_... IdList = { diff --git a/sc/source/ui/src/toolbox.src b/sc/source/ui/src/toolbox.src index d9c98a8fef73..b0955c09c884 100644 --- a/sc/source/ui/src/toolbox.src +++ b/sc/source/ui/src/toolbox.src @@ -84,14 +84,12 @@ String SCSTR_QHELP_COLLAPSE_FORMULA ImageList RID_DEFAULTIMAGELIST_SC { Prefix = "sc"; - MaskColor = STD_MASKCOLOR ; DEFAULT_IDLIST }; ImageList RID_DEFAULTIMAGELIST_LC { Prefix = "lc"; - MaskColor = STD_MASKCOLOR ; DEFAULT_IDLIST }; diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src index ccb74932f35a..d07b0fb1015b 100644 --- a/sc/source/ui/styleui/scstyles.src +++ b/sc/source/ui/styleui/scstyles.src @@ -55,7 +55,6 @@ SfxStyleFamilies DLG_STYLE_DESIGNER ImageList 1 // == BMP_COLOR_NORMAL + 1 { Prefix = "sf"; - MaskColor = STD_MASKCOLOR ; IdList = { 1; 2; }; }; }; |