summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2023-07-13 14:32:44 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-07-16 12:54:58 +0200
commit38372f103aa5035ec32570972e55656e07647791 (patch)
treeb97b7c8f8f0f700bf314e74cd925a0705379d63d /slideshow
parent5ae47ac0a750dd7220c74daa4bdcd5a3e92924f7 (diff)
editeng: Use Tools::Point::RotateAround instead of our own
Remove our own Rotate function by calls to Tools::Point's RotateAround method. Add a comment on RotateAround to emphasise that the point rotated is the parameter and the This object is used as the origin. Using TOOLS_DLLPUBLIC to fix link error (as suggested by Arnaud) Added tl to slideshow (from Neil) Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Change-Id: I296bbdf910d262401bfa18f0fc4f431b9e79b8f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154392 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/Library_OGLTrans.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/slideshow/Library_OGLTrans.mk b/slideshow/Library_OGLTrans.mk
index d059dc1813d6..85051483df66 100644
--- a/slideshow/Library_OGLTrans.mk
+++ b/slideshow/Library_OGLTrans.mk
@@ -28,6 +28,7 @@ $(eval $(call gb_Library_use_libraries,OGLTrans,\
cppu \
cppuhelper \
sal \
+ tl \
vcl \
))