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

Make sure there's a single global RTTI for SfxLinkItem

...as otherwise dynamic_cast<SfxLinkItem*>(...) could fail at least on macOS (as
observed with CppunitTest_sc_screenshots)

Change-Id: I4a41a8b085b839598119791637f79cd467ad4130
üst 6040dfb5
...@@ -97,7 +97,7 @@ enum class SfxToolsModule ...@@ -97,7 +97,7 @@ enum class SfxToolsModule
LAST = Basic LAST = Basic
}; };
class SfxLinkItem : public SfxPoolItem class SFX2_DLLPUBLIC SfxLinkItem : public SfxPoolItem
{ {
Link<SfxPoolItem*, void> aLink; Link<SfxPoolItem*, void> aLink;
public: public:
......
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