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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Oct 14 18:09:08 UTC 2018


 cui/source/options/fontsubs.src |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 916e40069d27ff96cb84209e465489d2b639d91e
Author:     Matthias Seidel <mseidel at apache.org>
AuthorDate: Sun Oct 14 16:23:18 2018 +0000
Commit:     Matthias Seidel <mseidel at apache.org>
CommitDate: Sun Oct 14 16:23:18 2018 +0000

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

diff --git a/cui/source/options/fontsubs.src b/cui/source/options/fontsubs.src
index 93fa59210004..058d95875b87 100644
--- a/cui/source/options/fontsubs.src
+++ b/cui/source/options/fontsubs.src
@@ -82,13 +82,14 @@ TabPage RID_SVX_FONT_SUBSTITUTION
     };
     ImageList IL_ICON
     {
-        Prefix = "nu" ;
+        Prefix = "nu";
+        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
         IdList =
         {
             BT_SUBSTAPPLY ;
             BT_SUBSTDELETE ;
         };
-        IdCount = { 2 ; } ;
+        IdCount = { 2 ; };
     };
     ToolBox TBX_SUBSTNEWDEL
     {


More information about the Libreoffice-commits mailing list