This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a change to branch Pilot-Pirx-nodrop
in repository https://gitbox.apache.org/repos/asf/openoffice.git


    from 228d001c47 Additional files
     add d7e3986169 Fixed typos
     new 4e9b21b981 Merge branch 'trunk' into Pilot-Pirx-nodrop
     new 9a6f0c41d3 Get rid of duplicated cursors

The 2 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/vcl/aqua/source/dtrans/DropTarget.cxx         |   6 +-
 main/vcl/unx/generic/dtrans/X11_selection.cxx      |  16 +--
 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/notallow_curs.h        |  59 --------
 main/vcl/unx/generic/dtrans/notallow_mask.h        |  59 --------
 12 files changed, 88 insertions(+), 433 deletions(-)
 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/notallow_curs.h
 delete mode 100644 main/vcl/unx/generic/dtrans/notallow_mask.h

Reply via email to