[Libreoffice-commits] core.git: Branch 'aoo/trunk' - cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Jan 19 11:08:38 UTC 2019


 cui/source/options/treeopt.src |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit b4bd9114409483053198e3322a059272cb716cf2
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Jan 19 09:05:35 2019 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Jan 19 09:05:35 2019 +0000

    Re-added entries for Maskcolor.
    
    Will investigate further why this is needed here.

diff --git a/cui/source/options/treeopt.src b/cui/source/options/treeopt.src
index 4296dc99ef74..d8fe903b31ba 100644
--- a/cui/source/options/treeopt.src
+++ b/cui/source/options/treeopt.src
@@ -302,6 +302,7 @@ String RID_RIDER_SLL_PERSONAL
     Text [ en-US ] = "Personal certificates" ;
 };
 
+#define MASK_COL    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } ;
 #define IMGLST_IDLST \
     IdList = {                  \
         SID_GENERAL_OPTIONS;    \
@@ -324,12 +325,14 @@ String RID_RIDER_SLL_PERSONAL
 ImageList RID_IMGLIST_TREEOPT
 {
     Prefix = "tr" ;
+    MASK_COL
     IMGLST_IDLST
 };
 
 ImageList RID_IMGLIST_TREEOPT_HC
 {
     Prefix = "trh" ;
+    MASK_COL
     IMGLST_IDLST
 };
 


More information about the Libreoffice-commits mailing list