This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch Pilot-Pirx-cursor in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit fc4cd5cb2bfd69d7700d81f5b30aa7f0baff4a46 Author: Matthias Seidel <[email protected]> AuthorDate: Mon Dec 1 17:26:29 2025 +0100 Remove Help Cursor --- main/vcl/win/source/src/salsrc.rc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main/vcl/win/source/src/salsrc.rc b/main/vcl/win/source/src/salsrc.rc index 317bcf13bf..720a88f8a6 100644 --- a/main/vcl/win/source/src/salsrc.rc +++ b/main/vcl/win/source/src/salsrc.rc @@ -19,19 +19,11 @@ * *************************************************************/ - - -// for WINVER -#include <windows.h> - #ifndef _SV_SALIDS_HRC #include <win/salids.hrc> #endif SAL_RESID_POINTER_NULL CURSOR NULLPTR.CUR -#if ( WINVER < 0x0400 ) -SAL_RESID_POINTER_HELP CURSOR HELP.CUR -#endif #ifndef WNT SAL_RESID_POINTER_HSIZE CURSOR HSIZE.CUR SAL_RESID_POINTER_VSIZ CURSOR VSIZE.CUR
