This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a change to branch Pilot-Pirx-time
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 5aeac9ebbb Additional files
add d7e3986169 Fixed typos
add 2fb96a1731 Replace nodrop -> notallow to unify cursor themes (#452)
add f43a902a9f Cleanup, fixed typo
new 4a8077937c Merge branch 'trunk' into Pilot-Pirx-time
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../source/ui/tabledesign/TableController.cxx | 148 +++----
main/dtrans/source/os2/dnd/DropTarget.cxx | 5 +-
main/svtools/source/table/mousefunction.cxx | 445 ++++++++++-----------
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 +++++------
20 files changed, 650 insertions(+), 958 deletions(-)
delete mode 100644 main/vcl/inc/unx/x11_cursors/nodrop_curs.h
delete mode 100644 main/vcl/inc/unx/x11_cursors/nodrop_mask.h
create mode 100644 main/vcl/inc/unx/x11_cursors/notallow_curs.h
create mode 100644 main/vcl/inc/unx/x11_cursors/notallow_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/copydata_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/copydata_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/linkdata_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/linkdata_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/movedata_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/movedata_mask.h
delete mode 100644 main/vcl/unx/generic/dtrans/nodrop_curs.h
delete mode 100644 main/vcl/unx/generic/dtrans/nodrop_mask.h