sw/inc/fesh.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 94113c523865c3162ffd9a5a76bebeb61d652399
Author: Mike Kaganski <[email protected]>
AuthorDate: Wed Mar 6 12:04:47 2024 +0100
Commit: Mike Kaganski <[email protected]>
CommitDate: Wed Mar 6 12:58:17 2024 +0100
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:\louild\workdir\LinkTarget\CppunitTest est_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 <[email protected]>
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;