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

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

    Forgot something with my last commit
    
    (cherry picked from commit e3e23f176b672d23c84a1dca8fac40ea3a1ec90d)
---
 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