diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/Annotation.hxx | 2 |
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> { |