diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-10 17:28:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-10 17:28:56 +0200 |
commit | f5ca824f4c7f6bea7f2caf51715aa865250d1288 (patch) | |
tree | e86f99161f1eb1bb81ccc9ea50207ff2ac04667c | |
parent | 72c7b9829d86e9d9feb6ddc96b3e6a4f26d32f21 (diff) |
Revert "There's SAL_DLLPUBLIC_RTTI for that"
This reverts commit 8761ab9b5ec7860eb5bc7d05271da081f66a452b; thinko, as the
RTTI needs to be visible with GCC too in the test code.
-rw-r--r-- | sw/inc/calbck.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unocrsr.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/calbck.hxx b/sw/inc/calbck.hxx index 828ce46c072d..db28e0bc5297 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 SAL_DLLPUBLIC_RTTI LegacyModifyHint SAL_FINAL: SfxHint + struct SW_DLLPUBLIC 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 06f0b0a27f9d..32006a4db909 100644 --- a/sw/inc/unocrsr.hxx +++ b/sw/inc/unocrsr.hxx @@ -24,7 +24,7 @@ namespace sw { - struct SAL_DLLPUBLIC_RTTI DocDisposingHint SAL_FINAL : public SfxHint + struct SW_DLLPUBLIC DocDisposingHint SAL_FINAL : public SfxHint { DocDisposingHint() {} virtual ~DocDisposingHint(); |