diff options
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; |