diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/inc/flowfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/flowfrm.hxx b/sw/source/core/inc/flowfrm.hxx index 3eaf2adfb3ca..3d271613bf6a 100644 --- a/sw/source/core/inc/flowfrm.hxx +++ b/sw/source/core/inc/flowfrm.hxx @@ -56,7 +56,7 @@ class SwNodeIndex; FlowFrame can work with the reference to the SwFrame instead of working with its own this-pointer. */ -class SAL_LOPLUGIN_ANNOTATE("crosscast") SwFlowFrame +class SAL_DLLPUBLIC_RTTI SAL_LOPLUGIN_ANNOTATE("crosscast") SwFlowFrame { // PrepareMake is allowed to lock/unlock (robustness) friend inline void PrepareLock ( SwFlowFrame * ); |