You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2019/12/20 01:06:01 UTC

[openoffice] branch trunk updated: Re-added Maskcolor for imagelists

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 029e5bd  Re-added Maskcolor for imagelists
029e5bd is described below

commit 029e5bdcdeeaf3a27ee5b95e76efe8b6b1c62bbd
Author: mseidel <ms...@apache.org>
AuthorDate: Fri Dec 20 02:05:22 2019 +0100

    Re-added Maskcolor for imagelists
---
 main/sw/source/ui/config/mailconfigpage.src | 2 ++
 main/sw/source/ui/frmdlg/wrap.src           | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/main/sw/source/ui/config/mailconfigpage.src b/main/sw/source/ui/config/mailconfigpage.src
index 3abf04f..bff10ff 100644
--- a/main/sw/source/ui/config/mailconfigpage.src
+++ b/main/sw/source/ui/config/mailconfigpage.src
@@ -223,12 +223,14 @@ ModalDialog DLG_MM_TESTACCOUNTSETTINGS
 	ImageList ILIST
 	{
 		Prefix = "sc" ;
+		MaskColor = IMAGE_MASK_COLOR ;
 		IMGLIST_IDS;
 	};
 
 	ImageList ILIST_HC
 	{
 		Prefix = "sch" ;
+		MaskColor = IMAGE_MASK_COLOR ;
 		IMGLIST_IDS;
 	};
 	String ST_TASK
diff --git a/main/sw/source/ui/frmdlg/wrap.src b/main/sw/source/ui/frmdlg/wrap.src
index 159acd7..9354d3d 100644
--- a/main/sw/source/ui/frmdlg/wrap.src
+++ b/main/sw/source/ui/frmdlg/wrap.src
@@ -254,11 +254,13 @@ TabPage TP_FRM_WRAP
 	ImageList IL_WRAP
 	{
 		Prefix = "wr" ;
+		MaskColor = IMAGE_MASK_COLOR ;
 		WRAP_IDLIST
 	};
 	ImageList ILH_WRAP
 	{
 		Prefix = "wrh" ;
+		MaskColor = IMAGE_MASK_COLOR ;
 		WRAP_IDLIST
 	};
 };