diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-03-06 12:04:47 +0100 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-03-06 12:58:17 +0100 |
commit | 94113c523865c3162ffd9a5a76bebeb61d652399 (patch) | |
tree | 1eeae377d9e0ddf3d9423a31d1a0060835e4a373 /sw | |
parent | cba736567a713fffe030d0eb76c36d0cbb83eaa0 (diff) |
Fix build
... after commit fcd4222d36e1864452163e5c94976eea353bbaf0
(sw: SelectAll of section with RES_PAGEDESC corner-case, 2024-03-06).
uiwriter.o : error LNK2019: unresolved external symbol "public: class SwFrameFormat const * __cdecl SwFEShell::SelFlyGrabCursor(void)" (?SelFlyGrabCursor@SwFEShell@@QEAAPEBVSwFrameFormat@@XZ) referenced in function "public: void __cdecl testPasteTableAtFlyAnchor::TestBody(void)" (?TestBody@testPasteTableAtFlyAnchor@@QEAAXXZ)
C:\lo\build\workdir\LinkTarget\CppunitTest\test_sw_uiwriter.dll : fatal error LNK1120: 1 unresolved externals
Change-Id: Ic82d2543bbe1349c6f20f9c64d083f47428e31a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164386
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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; |