summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawController.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-25 15:20:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-26 10:05:41 +0000
commit4b1d750f9cf953f6483f13e0a4d1901800d417ce (patch)
tree1a6a5766ac2c8bb9e5e75f59e778c3fcc881dbdd /sd/source/ui/inc/DrawController.hxx
parent622cf1dfe5b4b0e8a5d97b397d44a7bc66a4d7e7 (diff)
use more concrete types in sd console
Change-Id: I5ac9d084616563ba3ae67ee040b4f52156baea67 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146159 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/DrawController.hxx')
-rw-r--r--sd/source/ui/inc/DrawController.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawController.hxx b/sd/source/ui/inc/DrawController.hxx
index bae71ee0f00e..940efff5bf18 100644
--- a/sd/source/ui/inc/DrawController.hxx
+++ b/sd/source/ui/inc/DrawController.hxx
@@ -19,6 +19,7 @@
#pragma once
+#include <sddllapi.h>
#include <cppuhelper/propshlp.hxx>
#include <sfx2/sfxbasecontroller.hxx>
#include <com/sun/star/view/XSelectionSupplier.hpp>
@@ -73,7 +74,7 @@ class ViewShellBase;
The implementation of the XControllerManager interface is not yet in its
final form.
*/
-class DrawController final
+class SD_DLLPUBLIC DrawController final
: public DrawControllerInterfaceBase,
private BroadcastHelperOwner,
public ::cppu::OPropertySetHelper