sw/source/uibase/inc/wrtsh.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8802a51ebb257286c3cee12d518aba941b1bf89e
Author:     Michael Stahl <michael.st...@collabora.com>
AuthorDate: Wed Sep 17 14:25:16 2025 +0200
Commit:     Michael Stahl <michael.st...@collabora.com>
CommitDate: Wed Sep 17 14:25:16 2025 +0200

    sw: fix MSVC build
    
    error C2487: 'DelToEndOfPara': member of dll interface class may not be 
declared with dll interface
    
    Change-Id: I3a8a1a60fff0063d2babb74b6664c8a8b2daaf78

diff --git a/sw/source/uibase/inc/wrtsh.hxx b/sw/source/uibase/inc/wrtsh.hxx
index 25c48c282539..2f9759b5f5e6 100644
--- a/sw/source/uibase/inc/wrtsh.hxx
+++ b/sw/source/uibase/inc/wrtsh.hxx
@@ -289,7 +289,7 @@ typedef bool (SwWrtShell::*FNSimpleMove)();
 
     // also deletes the frame or sets the cursor in the frame when bDelFrame 
== false
     bool    DelRight(bool isReplaceHeuristic = false);
-    SW_DLLPUBLIC void DelToEndOfPara();
+    void DelToEndOfPara();
 
     void    DelToStartOfPara();
     bool    DelToEndOfSentence();

Reply via email to