diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-06 12:48:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-06 12:59:52 +0100 |
commit | 51bf5d51405285e0bcac40b16e6cd684e4ae6899 (patch) | |
tree | 71db95fffc524192c0e115b97334cc8f2f86fa6c | |
parent | 47ce1d70a287c2e652603ba6810a6bb6745338bf (diff) |
revert some module-private changes
see comments at
https://gerrit.libreoffice.org/#/c/82062
Change-Id: Ie128f2de770ca7c3156f63c6d4e981575a580668
Reviewed-on: https://gerrit.libreoffice.org/82135
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | include/svx/itemwin.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/inc/bodyfrm.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index 9701dd3328ab..dc8b8682a98c 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -84,7 +84,7 @@ public: void RefreshDlgUnit(); }; -class SAL_DLLPUBLIC_RTTI SvxFillTypeBox final : public FillTypeLB +class SVX_DLLPUBLIC SvxFillTypeBox final : public FillTypeLB { public: SvxFillTypeBox( vcl::Window* pParent ); diff --git a/sw/source/core/inc/bodyfrm.hxx b/sw/source/core/inc/bodyfrm.hxx index 5bd046ec4e42..f6b046e9dd32 100644 --- a/sw/source/core/inc/bodyfrm.hxx +++ b/sw/source/core/inc/bodyfrm.hxx @@ -25,7 +25,7 @@ class SwBorderAttrs; /// Container of body content (i.e. not header or footer). Typical parent is an /// SwPageFrame, typical lower is an SwTextFrame. -class SwBodyFrame: public SwLayoutFrame +class SAL_DLLPUBLIC_RTTI SwBodyFrame: public SwLayoutFrame { protected: virtual void Format( vcl::RenderContext* pRenderContext, const SwBorderAttrs *pAttrs = nullptr ) override; |