This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch Pilot-Pirx-iconset in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit fe0d5865b0ea175f2481376242cec285c76bcf3c Merge: 69188afeb9 2fb96a1731 Author: mseidel <[email protected]> AuthorDate: Tue Dec 23 23:47:32 2025 +0100 Merge branch 'trunk' into Pilot-Pirx-iconset .../source/ui/tabledesign/TableController.cxx | 148 ++++++------- main/dtrans/source/os2/dnd/DropTarget.cxx | 5 +- main/vcl/aqua/source/dtrans/DropTarget.cxx | 6 +- main/vcl/inc/unx/x11_cursors/nodrop_curs.h | 60 ----- main/vcl/inc/unx/x11_cursors/nodrop_mask.h | 60 ----- main/vcl/inc/unx/x11_cursors/notallow_curs.h | 59 +++++ main/vcl/inc/unx/x11_cursors/notallow_mask.h | 59 +++++ main/vcl/inc/unx/x11_cursors/salcursors.h | 6 +- main/vcl/unx/generic/app/saldisp.cxx | 194 ++++++++-------- main/vcl/unx/generic/dtrans/X11_selection.cxx | 18 +- main/vcl/unx/generic/dtrans/copydata_curs.h | 38 ---- main/vcl/unx/generic/dtrans/copydata_mask.h | 38 ---- main/vcl/unx/generic/dtrans/linkdata_curs.h | 38 ---- main/vcl/unx/generic/dtrans/linkdata_mask.h | 38 ---- main/vcl/unx/generic/dtrans/movedata_curs.h | 38 ---- main/vcl/unx/generic/dtrans/movedata_mask.h | 38 ---- main/vcl/unx/generic/dtrans/nodrop_curs.h | 38 ---- main/vcl/unx/generic/dtrans/nodrop_mask.h | 38 ---- main/vcl/unx/gtk/app/gtkdata.cxx | 244 ++++++++++----------- 19 files changed, 428 insertions(+), 735 deletions(-)
