From c02c4df9414ed2bef96565522238ca05013d3ac3 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 4 Nov 2019 11:11:50 +0200 Subject: make some classes module-private Change-Id: Ice9a57eedb166672dbdfae6da2a172ab77566a19 Reviewed-on: https://gerrit.libreoffice.org/81983 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/sdabstdlg.hxx | 2 +- sd/source/ui/inc/docprev.hxx | 2 +- sd/source/ui/inc/ins_paste.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sd') diff --git a/sd/inc/sdabstdlg.hxx b/sd/inc/sdabstdlg.hxx index eebe5695748d..3f77b5efd3b5 100644 --- a/sd/inc/sdabstdlg.hxx +++ b/sd/inc/sdabstdlg.hxx @@ -169,7 +169,7 @@ protected: class SdAbstractDialogFactory { public: - SD_DLLPUBLIC static SdAbstractDialogFactory* Create(); + static SdAbstractDialogFactory* Create(); virtual VclPtr CreateSvxBulletAndPositionDlg(weld::Window* pParent, const SfxItemSet* pAttr, ::sd::View* pView) = 0; virtual VclPtr CreateBreakDlg(weld::Window* pWindow, ::sd::DrawView* pDrView, ::sd::DrawDocShell* pShell, sal_uLong nSumActionCount, sal_uLong nObjCount ) = 0; diff --git a/sd/source/ui/inc/docprev.hxx b/sd/source/ui/inc/docprev.hxx index 5a37851bcf15..b8bd942474fa 100644 --- a/sd/source/ui/inc/docprev.hxx +++ b/sd/source/ui/inc/docprev.hxx @@ -34,7 +34,7 @@ namespace sd { class SlideShow; } -class SD_DLLPUBLIC SdDocPreviewWin final : public Control, public SfxListener +class SdDocPreviewWin final : public Control, public SfxListener { rtl::Reference< sd::SlideShow > mxSlideShow; diff --git a/sd/source/ui/inc/ins_paste.hxx b/sd/source/ui/inc/ins_paste.hxx index 70a946271ed8..f4adedf0cb4f 100644 --- a/sd/source/ui/inc/ins_paste.hxx +++ b/sd/source/ui/inc/ins_paste.hxx @@ -25,7 +25,7 @@ #include // SdInsertPasteDlg -class SD_DLLPUBLIC SdInsertPasteDlg : public weld::GenericDialogController +class SdInsertPasteDlg : public weld::GenericDialogController { private: std::unique_ptr m_xRbBefore; -- cgit