From 5b1bf578fb23ab929602715077138a5362dcb5ce Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 6 Aug 2024 16:19:01 +0200 Subject: use more concrete UNO type in writerfilter Change-Id: I25af4b33b1a1a98e93ff9564175ec4d067b0aae0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171601 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sw/inc/unotext.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/unotext.hxx') diff --git a/sw/inc/unotext.hxx b/sw/inc/unotext.hxx index 751a1a213070..237a1e4b31f5 100644 --- a/sw/inc/unotext.hxx +++ b/sw/inc/unotext.hxx @@ -135,7 +135,7 @@ public: SW_DLLPUBLIC virtual css::uno::Reference< css::text::XTextRange > SAL_CALL getStart() override; virtual css::uno::Reference< css::text::XTextRange > SAL_CALL getEnd() override; virtual OUString SAL_CALL getString() override; - virtual void SAL_CALL setString(const OUString& rString) override; + SW_DLLPUBLIC virtual void SAL_CALL setString(const OUString& rString) override; // XSimpleText virtual void SAL_CALL insertString( @@ -220,7 +220,7 @@ public: rTableProperties) override; // XTextCopy - virtual void SAL_CALL copyText( + SW_DLLPUBLIC virtual void SAL_CALL copyText( const css::uno::Reference< css::text::XTextCopy >& xSource ) override; // XTextRangeCompare -- cgit