Kaydet (Commit) 8761ab9b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

There's SAL_DLLPUBLIC_RTTI for that

Change-Id: I1937374b56b506681876d100112852b68f099038
üst 2e6ed9be
...@@ -65,7 +65,7 @@ template<typename E, typename S> class SwIterator; ...@@ -65,7 +65,7 @@ template<typename E, typename S> class SwIterator;
namespace sw namespace sw
{ {
class ClientIteratorBase; 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) {}; LegacyModifyHint(const SfxPoolItem* pOld, const SfxPoolItem* pNew) : m_pOld(pOld), m_pNew(pNew) {};
virtual ~LegacyModifyHint(); virtual ~LegacyModifyHint();
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
namespace sw namespace sw
{ {
struct SW_DLLPUBLIC DocDisposingHint SAL_FINAL : public SfxHint struct SAL_DLLPUBLIC_RTTI DocDisposingHint SAL_FINAL : public SfxHint
{ {
DocDisposingHint() {} DocDisposingHint() {}
virtual ~DocDisposingHint(); virtual ~DocDisposingHint();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment