diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-05 13:19:04 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-06 06:28:05 +0100 |
commit | 5d7af3c38b618d438e065da9d90668e7c4baa849 (patch) | |
tree | 4af29272478fb9f5f833307f56d892739e09829e /include/editeng | |
parent | 7b99cdb2d77a3feaf9b782c1e656f2d922e2746e (diff) |
make some classes module-private
Change-Id: I00ab3a3f6a8bbc85320e7b4fd1aa13af798e7e4c
Reviewed-on: https://gerrit.libreoffice.org/82062
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/acorrcfg.hxx | 4 | ||||
-rw-r--r-- | include/editeng/svxrtf.hxx | 2 | ||||
-rw-r--r-- | include/editeng/unoedhlp.hxx | 2 |
3 files changed, 4 insertions, 4 deletions
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; |