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

New commits:
commit 0bd0e269547cf6f971ab725764cb905bffafb92e
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Wed Oct 8 14:07:37 2025 +0200
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Wed Oct 8 14:07:37 2025 +0200

    Fixup: DLLPUBLIC redundant in dbmgr.hxx
    
    This is a follow-up to
     "sw: fix "Export Directly as PDF" with set-variable fields in hidden text"
    
    Change-Id: Icc26f112a83132a8fc4d850c5458be898e089d48

diff --git a/sw/inc/dbmgr.hxx b/sw/inc/dbmgr.hxx
index 26516fc4d7cc..133108d2419e 100644
--- a/sw/inc/dbmgr.hxx
+++ b/sw/inc/dbmgr.hxx
@@ -360,7 +360,7 @@ public:
                             OUString& rResult, double* pNumber);
     /** create and store or find an already stored connection to a data source 
for use
     in SwFieldMgr and SwDBTreeList */
-    SW_DLLPUBLIC css::uno::Reference<css::sdbc::XConnection> const&
+    css::uno::Reference<css::sdbc::XConnection> const&
                     RegisterConnection(OUString const& rSource);
 
     void            CreateDSData(const SwDBData& rData)

Reply via email to