diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/fesh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 6decb3bdf3a7..c84ff8646799 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -428,7 +428,7 @@ public: FlyCntType eType, bool bIgnoreTextBoxes); /// If a fly is selected, it draws cursor into the first ContentFrame. - const SwFrameFormat* SelFlyGrabCursor(); + SW_DLLPUBLIC const SwFrameFormat* SelFlyGrabCursor(); /// Get FlyFrameFormat; for UI macro linkage at Flys const SwFrameFormat* GetFlyFrameFormat() const; |