From 94113c523865c3162ffd9a5a76bebeb61d652399 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 6 Mar 2024 12:04:47 +0100 Subject: 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 --- sw/inc/fesh.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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; -- cgit