diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-04 18:10:11 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-12-04 20:47:14 +0100 |
commit | 3d780e72b93773a25f796feb488b0fd878c490b5 (patch) | |
tree | 7031e08095a5dc6ebc296bd71c99ebe382af2c43 /svtools | |
parent | 2449571a3ed5f0f5daeb60db6e740a5d830afa4a (diff) |
Move helpers for css::awt/VCL point/rect/size to vcl::unohelper
Move helpers to convert between the Rectangle, Point and Size
classes in vcl and in css::awt from VCLUnoHelper (in the toolkit module)
to vcl::unohelper (in the vcl module), for reuse in vcl in upcoming
commits.
Change-Id: I7b11c8a6b8c843a01ce25b1e4c0fb1869ad1e6ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177816
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>