[Libreoffice-commits] core.git: include/svx sw/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 6 12:01:13 UTC 2019


 include/svx/itemwin.hxx        |    2 +-
 sw/source/core/inc/bodyfrm.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 51bf5d51405285e0bcac40b16e6cd684e4ae6899
Author:     Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 6 12:48:40 2019 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Nov 6 12:59:52 2019 +0100

    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 at collabora.co.uk>

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;


More information about the Libreoffice-commits mailing list