summaryrefslogtreecommitdiff
path: root/sw/inc/unotext.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2024-08-06 16:19:01 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-08-08 15:51:19 +0200
commit5b1bf578fb23ab929602715077138a5362dcb5ce (patch)
tree6c41a6ce274f65a003b224ab1e0d7245f0699862 /sw/inc/unotext.hxx
parent2c9f8ad2705834cdbe208373e10a0daad1040fd2 (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotext.hxx')
-rw-r--r--sw/inc/unotext.hxx4
1 files changed, 2 insertions, 2 deletions
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