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 /dbaccess | |
parent | 4dfa3161896a0e045da3b5cf656ebd8f40044a46 (diff) |
ImageList just reads and discards the MaskColor, so drop it
Change-Id: I243e739fea28e3f38b91534182cc54c2aa660f0e
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/imagelists/dbimagelists.src | 2 | ||||
-rw-r--r-- | dbaccess/source/ui/querydesign/query.src | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/dbaccess/source/ui/imagelists/dbimagelists.src b/dbaccess/source/ui/imagelists/dbimagelists.src index 6f5020731769..f3e7bd565749 100644 --- a/dbaccess/source/ui/imagelists/dbimagelists.src +++ b/dbaccess/source/ui/imagelists/dbimagelists.src @@ -37,14 +37,12 @@ ImageList IMG_INDEX_DLG_SC { - MASKCOLOR; prefix = "sc"; IL_TOOL_2 ; }; ImageList IMG_INDEX_DLG_LC { - MASKCOLOR; prefix = "lc"; IL_TOOL_2 ; }; diff --git a/dbaccess/source/ui/querydesign/query.src b/dbaccess/source/ui/querydesign/query.src index e675f0993150..861e9b6c512c 100644 --- a/dbaccess/source/ui/querydesign/query.src +++ b/dbaccess/source/ui/querydesign/query.src @@ -80,7 +80,6 @@ Menu RID_QUERYCOLPOPUPMENU ImageList IMG_JOINS { Prefix = "jo"; - MaskColor = Color { Red = 0xffff; Green = 0x0000; Blue = 0xffff; }; IdList = { IMG_PRIMARY_KEY; IMG_FOREIGN_KEY; }; |