diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-08 11:59:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-11-09 07:00:22 +0100 |
commit | fd2988a5911758cc6c56942c235857fd9a327fd4 (patch) | |
tree | fd8e06edf4b533efd25d573c3a067e0b476c02fd /sd/qa | |
parent | 9edefc2d441d6879cc64d6b18fabd5682d9e464c (diff) |
use more concrete sd::Annotation in AnnotationManagerImpl
instead of casting to and from the UNO type
Change-Id: Ia69865e1c4fb809e325335d33118287bcc692a39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159177
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/SdrPdfImportTest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/unit/SdrPdfImportTest.cxx b/sd/qa/unit/SdrPdfImportTest.cxx index 87225f66eac2..5b6c0b4b43be 100644 --- a/sd/qa/unit/SdrPdfImportTest.cxx +++ b/sd/qa/unit/SdrPdfImportTest.cxx @@ -20,6 +20,7 @@ #include <vcl/filter/PDFiumLibrary.hxx> #include <vcl/pdf/PDFAnnotationSubType.hxx> +#include <Annotation.hxx> #include <DrawDocShell.hxx> #include <ViewShell.hxx> #include <sdpage.hxx> |