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 ed6b4904c3 Fixed error in cui
ed6b4904c3 is described below

commit ed6b4904c37608ea93d092f05d6b0e570c54797f
Author: mseidel <[email protected]>
AuthorDate: Sun Jun 18 23:34:13 2023 +0200

    Fixed error in cui
---
 main/cui/source/tabpages/align.src | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/main/cui/source/tabpages/align.src 
b/main/cui/source/tabpages/align.src
index d9a6001999..992f7cb380 100644
--- a/main/cui/source/tabpages/align.src
+++ b/main/cui/source/tabpages/align.src
@@ -30,6 +30,8 @@
 #define MASKCOLOR \
        MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }
 
+// define ---------------------------------------------------------------
+#define IL_LOCK_MCOL Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
 // RID_SVXPAGE_ALIGNMENT -------------------------------------------------
 TabPage RID_SVXPAGE_ALIGNMENT
 {
@@ -215,7 +217,7 @@ TabPage RID_SVXPAGE_ALIGNMENT
        ImageList IL_LOCK_BMPS
        {
                Prefix = "lo" ;
-               MaskColor = MASKCOLOR ;
+               MaskColor = IL_LOCK_MCOL ;
                IdList =
                {
                        IID_BOTTOMLOCK ;
@@ -227,7 +229,7 @@ TabPage RID_SVXPAGE_ALIGNMENT
        ImageList IL_LOCK_BMPS_HC
        {
                Prefix = "loh" ;
-               MaskColor = MASKCOLOR ;
+               MaskColor = IL_LOCK_MCOL ;
                IdList =
                {
                        IID_BOTTOMLOCK ;

Reply via email to