From 5d7af3c38b618d438e065da9d90668e7c4baa849 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 5 Nov 2019 13:19:04 +0200 Subject: make some classes module-private Change-Id: I00ab3a3f6a8bbc85320e7b4fd1aa13af798e7e4c Reviewed-on: https://gerrit.libreoffice.org/82062 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/editeng/acorrcfg.hxx | 4 ++-- include/editeng/svxrtf.hxx | 2 +- include/editeng/unoedhlp.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include/editeng') diff --git a/include/editeng/acorrcfg.hxx b/include/editeng/acorrcfg.hxx index 407ed59df92f..900cc2601c54 100644 --- a/include/editeng/acorrcfg.hxx +++ b/include/editeng/acorrcfg.hxx @@ -26,7 +26,7 @@ class SvxAutoCorrect; class SvxAutoCorrCfg; -class EDITENG_DLLPUBLIC SvxBaseAutoCorrCfg final : public utl::ConfigItem +class SvxBaseAutoCorrCfg final : public utl::ConfigItem { private: SvxAutoCorrCfg& rParent; @@ -43,7 +43,7 @@ public: using ConfigItem::SetModified; }; -class EDITENG_DLLPUBLIC SvxSwAutoCorrCfg final : public utl::ConfigItem +class SvxSwAutoCorrCfg final : public utl::ConfigItem { private: SvxAutoCorrCfg& rParent; diff --git a/include/editeng/svxrtf.hxx b/include/editeng/svxrtf.hxx index 5c070f652be7..7102fde8e925 100644 --- a/include/editeng/svxrtf.hxx +++ b/include/editeng/svxrtf.hxx @@ -290,7 +290,7 @@ public: // The stack for the attributes: // this class may only be used by SvxRTFParser! -class EDITENG_DLLPUBLIC SvxRTFItemStackType +class SvxRTFItemStackType { friend class SvxRTFParser; diff --git a/include/editeng/unoedhlp.hxx b/include/editeng/unoedhlp.hxx index 459df9db01c7..24a9105453da 100644 --- a/include/editeng/unoedhlp.hxx +++ b/include/editeng/unoedhlp.hxx @@ -35,7 +35,7 @@ class EditEngine; case denotes the destination position, the two parameters the start and the end of the moved paragraph range. */ -class EDITENG_DLLPUBLIC SvxEditSourceHint : public TextHint +class SAL_DLLPUBLIC_RTTI SvxEditSourceHint : public TextHint { private: sal_Int32 mnStart; -- cgit