sw/inc/calbck.hxx  |    2 +-
 sw/inc/unocrsr.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8761ab9b5ec7860eb5bc7d05271da081f66a452b
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed Jun 10 16:11:30 2015 +0200

    There's SAL_DLLPUBLIC_RTTI for that
    
    Change-Id: I1937374b56b506681876d100112852b68f099038

diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx
index db28e0b..828ce46 100644
--- a/sw/inc/calbck.hxx
+++ b/sw/inc/calbck.hxx
@@ -65,7 +65,7 @@ template<typename E, typename S> class SwIterator;
 namespace sw
 {
     class ClientIteratorBase;
-    struct SW_DLLPUBLIC LegacyModifyHint SAL_FINAL: SfxHint
+    struct SAL_DLLPUBLIC_RTTI LegacyModifyHint SAL_FINAL: SfxHint
     {
         LegacyModifyHint(const SfxPoolItem* pOld, const SfxPoolItem* pNew) : 
m_pOld(pOld), m_pNew(pNew) {};
         virtual ~LegacyModifyHint();
diff --git a/sw/inc/unocrsr.hxx b/sw/inc/unocrsr.hxx
index 32006a4..06f0b0a 100644
--- a/sw/inc/unocrsr.hxx
+++ b/sw/inc/unocrsr.hxx
@@ -24,7 +24,7 @@
 
 namespace sw
 {
-    struct SW_DLLPUBLIC DocDisposingHint SAL_FINAL : public SfxHint
+    struct SAL_DLLPUBLIC_RTTI DocDisposingHint SAL_FINAL : public SfxHint
     {
         DocDisposingHint() {}
         virtual ~DocDisposingHint();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to