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 e3e23f176b Forgot something with my last commit
e3e23f176b is described below

commit e3e23f176b672d23c84a1dca8fac40ea3a1ec90d
Author: mseidel <[email protected]>
AuthorDate: Mon Dec 8 17:24:21 2025 +0100

    Forgot something with my last commit
---
 main/vcl/win/source/window/salframe.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/vcl/win/source/window/salframe.cxx 
b/main/vcl/win/source/window/salframe.cxx
index f940f20254..cadcc621d7 100644
--- a/main/vcl/win/source/window/salframe.cxx
+++ b/main/vcl/win/source/window/salframe.cxx
@@ -2262,7 +2262,7 @@ void WinSalFrame::SetPointer( PointerStyle ePointerStyle )
     { 0, IDC_WAIT, 0 },                             // POINTER_WAIT
     { 0, IDC_IBEAM, 0 },                            // POINTER_TEXT
     { 0, IDC_HELP, 0 },                             // POINTER_HELP
-    { 0, 0, SAL_RESID_POINTER_CROSS },              // POINTER_CROSS
+    { 0, IDC_CROSS, 0 },                            // POINTER_CROSS
     { 0, IDC_SIZEALL, 0 },                          // POINTER_MOVE
     { 0, IDC_SIZENS, 0 },                           // POINTER_NSIZE
     { 0, IDC_SIZENS, 0 },                           // POINTER_SSIZE

Reply via email to