diff options
Diffstat (limited to 'sw/inc/flypos.hxx')
-rw-r--r-- | sw/inc/flypos.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/flypos.hxx b/sw/inc/flypos.hxx index 360a5ec9ff61..933a9a30e5e0 100644 --- a/sw/inc/flypos.hxx +++ b/sw/inc/flypos.hxx @@ -27,7 +27,7 @@ class SwFrameFormat; class SwNodeIndex; /// For querying current flys in document. -class SwPosFlyFrame final +class SAL_DLLPUBLIC_RTTI SwPosFlyFrame final { const SwFrameFormat* m_pFrameFormat; ///< FlyFrameFormat SwNodeIndex* m_pNodeIndex; ///< Index for node is sufficient. |