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 2023/06/18 21:39:36 UTC

[openoffice] branch AOO42X updated: Fixed error in cui

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new dd81034be2 Fixed error in cui
dd81034be2 is described below

commit dd81034be29e215836e2f498b35127dd8650be62
Author: mseidel <ms...@apache.org>
AuthorDate: Sun Jun 18 23:34:13 2023 +0200

    Fixed error in cui
    
    (cherry picked from commit ed6b4904c37608ea93d092f05d6b0e570c54797f)
---
 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 ;