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 891d3b9af3 Addition to my last commit
891d3b9af3 is described below

commit 891d3b9af397d8ae32ed0c41f31c113b1aa7c5bc
Author: mseidel <[email protected]>
AuthorDate: Wed Dec 31 11:18:41 2025 +0100

    Addition to my last commit
---
 main/vcl/inc/vcl/ptrstyle.hxx           | 44 ++++++++++++++++-----------------
 main/vcl/os2/source/window/salframe.cxx |  4 +--
 main/vcl/win/source/window/salframe.cxx |  2 +-
 3 files changed, 24 insertions(+), 26 deletions(-)

diff --git a/main/vcl/inc/vcl/ptrstyle.hxx b/main/vcl/inc/vcl/ptrstyle.hxx
index 37aad6136a..bc00ce08ec 100644
--- a/main/vcl/inc/vcl/ptrstyle.hxx
+++ b/main/vcl/inc/vcl/ptrstyle.hxx
@@ -102,36 +102,34 @@ typedef sal_uInt16 PointerStyle;
 #define POINTER_PIVOT_FIELD                            ((PointerStyle)69)
 #define POINTER_CHAIN                                  ((PointerStyle)70)
 #define POINTER_CHAIN_NOTALLOWED               ((PointerStyle)71)
-#define POINTER_TIMEEVENT_MOVE                 ((PointerStyle)72)
-#define POINTER_TIMEEVENT_SIZE                 ((PointerStyle)73)
-#define POINTER_AUTOSCROLL_N                   ((PointerStyle)74)
-#define POINTER_AUTOSCROLL_S                   ((PointerStyle)75)
-#define POINTER_AUTOSCROLL_W                   ((PointerStyle)76)
-#define POINTER_AUTOSCROLL_E                   ((PointerStyle)77)
-#define POINTER_AUTOSCROLL_NW                  ((PointerStyle)78)
-#define POINTER_AUTOSCROLL_NE                  ((PointerStyle)79)
-#define POINTER_AUTOSCROLL_SW                  ((PointerStyle)80)
-#define POINTER_AUTOSCROLL_SE                  ((PointerStyle)81)
-#define POINTER_AUTOSCROLL_NS                  ((PointerStyle)82)
-#define POINTER_AUTOSCROLL_WE                  ((PointerStyle)83)
-#define POINTER_AUTOSCROLL_NSWE                        ((PointerStyle)84)
-#define POINTER_AIRBRUSH                               ((PointerStyle)85)
-#define POINTER_TEXT_VERTICAL                  ((PointerStyle)86)
-#define POINTER_PIVOT_DELETE                   ((PointerStyle)87)
+#define POINTER_AUTOSCROLL_N                   ((PointerStyle)72)
+#define POINTER_AUTOSCROLL_S                   ((PointerStyle)73)
+#define POINTER_AUTOSCROLL_W                   ((PointerStyle)74)
+#define POINTER_AUTOSCROLL_E                   ((PointerStyle)75)
+#define POINTER_AUTOSCROLL_NW                  ((PointerStyle)76)
+#define POINTER_AUTOSCROLL_NE                  ((PointerStyle)77)
+#define POINTER_AUTOSCROLL_SW                  ((PointerStyle)78)
+#define POINTER_AUTOSCROLL_SE                  ((PointerStyle)79)
+#define POINTER_AUTOSCROLL_NS                  ((PointerStyle)80)
+#define POINTER_AUTOSCROLL_WE                  ((PointerStyle)81)
+#define POINTER_AUTOSCROLL_NSWE                        ((PointerStyle)82)
+#define POINTER_AIRBRUSH                               ((PointerStyle)83)
+#define POINTER_TEXT_VERTICAL                  ((PointerStyle)84)
+#define POINTER_PIVOT_DELETE                   ((PointerStyle)85)
 
 // --> FME 2004-07-30 #i32329# Enhanced table selection
-#define POINTER_TAB_SELECT_S                   ((PointerStyle)88)
-#define POINTER_TAB_SELECT_E                   ((PointerStyle)89)
-#define POINTER_TAB_SELECT_SE                  ((PointerStyle)90)
-#define POINTER_TAB_SELECT_W                   ((PointerStyle)91)
-#define POINTER_TAB_SELECT_SW                  ((PointerStyle)92)
+#define POINTER_TAB_SELECT_S                   ((PointerStyle)86)
+#define POINTER_TAB_SELECT_E                   ((PointerStyle)87)
+#define POINTER_TAB_SELECT_SE                  ((PointerStyle)88)
+#define POINTER_TAB_SELECT_W                   ((PointerStyle)89)
+#define POINTER_TAB_SELECT_SW                  ((PointerStyle)90)
 // <--
 
 // --> FME 2004-08-16 #i20119# Paintbrush tool
-#define POINTER_PAINTBRUSH                             ((PointerStyle)93)
+#define POINTER_PAINTBRUSH                             ((PointerStyle)91)
 // <--
 
-#define POINTER_COUNT                                  94
+#define POINTER_COUNT                                  92
 
 #endif // _VCL_PTRSTYLE_HXX
 
diff --git a/main/vcl/os2/source/window/salframe.cxx 
b/main/vcl/os2/source/window/salframe.cxx
index 19733c1513..53a00aa575 100644
--- a/main/vcl/os2/source/window/salframe.cxx
+++ b/main/vcl/os2/source/window/salframe.cxx
@@ -1621,7 +1621,7 @@ void Os2SalFrame::SetPointer( PointerStyle ePointerStyle )
     { 0, 0, SAL_RESID_POINTER_AUTOSCROLL_SE },      // POINTER_AUTOSCROLL_SE
     { 0, 0, SAL_RESID_POINTER_AUTOSCROLL_NS },      // POINTER_AUTOSCROLL_NS
     { 0, 0, SAL_RESID_POINTER_AUTOSCROLL_WE },      // POINTER_AUTOSCROLL_WE
-    { 0, 0, SAL_RESID_POINTER_AUTOSCROLL_NSWE },     // POINTER_AUTOSCROLL_NSWE
+    { 0, 0, SAL_RESID_POINTER_AUTOSCROLL_NSWE },    // POINTER_AUTOSCROLL_NSWE
     { 0, 0, SAL_RESID_POINTER_AIRBRUSH },           // POINTER_AIRBRUSH
     { 0, 0, SAL_RESID_POINTER_TEXT_VERTICAL },      // POINTER_TEXT_VERTICAL
     { 0, 0, SAL_RESID_POINTER_PIVOT_DELETE },       // POINTER_PIVOT_DELETE
@@ -1639,7 +1639,7 @@ void Os2SalFrame::SetPointer( PointerStyle ePointerStyle )
     // <--
     };
 
-#if POINTER_COUNT != 94
+#if POINTER_COUNT != 92
 #error New Pointer must be defined!
 #endif
 
diff --git a/main/vcl/win/source/window/salframe.cxx 
b/main/vcl/win/source/window/salframe.cxx
index c5c708a1e1..7e0fe04a44 100644
--- a/main/vcl/win/source/window/salframe.cxx
+++ b/main/vcl/win/source/window/salframe.cxx
@@ -2358,7 +2358,7 @@ void WinSalFrame::SetPointer( PointerStyle ePointerStyle )
 
     };
 
-#if POINTER_COUNT != 94
+#if POINTER_COUNT != 92
 #error New Pointer must be defined!
 #endif
 

Reply via email to