summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-20 14:49:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-22 12:41:59 +0100
commit1414bbf06f376cad4409ff23a635b0605b45ead3 (patch)
tree5ee19b414452609a982fc4b9a948cbbd5b2f7629 /sd
parent90f2a582a2d5e435012ec38e50022f41b04ae882 (diff)
find-can-be-private-symbols
update the script to use python3, and run it Change-Id: I9c2a86e1f7a2eb889dcf214f2a2f6a31ceb1f59e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109710 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/Annotation.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/Annotation.hxx b/sd/inc/Annotation.hxx
index 4c5c16df2639..2f36761a9acc 100644
--- a/sd/inc/Annotation.hxx
+++ b/sd/inc/Annotation.hxx
@@ -73,7 +73,7 @@ struct SD_DLLPUBLIC CustomAnnotationMarker
std::vector<basegfx::B2DPolygon> maPolygons;
};
-class SD_DLLPUBLIC Annotation : private ::cppu::BaseMutex,
+class Annotation : private ::cppu::BaseMutex,
public ::cppu::WeakComponentImplHelper<css::office::XAnnotation>,
public ::cppu::PropertySetMixin<css::office::XAnnotation>
{