summaryrefslogtreecommitdiff
path: root/sw/source/core
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-04-24 14:49:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-28 22:26:24 +0200
commit24ac1b2eea24c6aab04ecde88e692f352fda2b62 (patch)
tree70cdc6233b6e7eb0b9e31b4d28cf0d3509e5535d /sw/source/core
parent94122cb7513a277b21f21611bba36505176f53b6 (diff)
use more concrete UNO classes in writerfilter (SwXTextFrame)
Change-Id: Ic00730c49c0feb7ab7e649c7d6e5d3ff1cb79b27 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166801 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core')
-rw-r--r--sw/source/core/inc/unolinebreak.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/inc/unolinebreak.hxx b/sw/source/core/inc/unolinebreak.hxx
index 46794f96b393..914a95322bcd 100644
--- a/sw/source/core/inc/unolinebreak.hxx
+++ b/sw/source/core/inc/unolinebreak.hxx
@@ -19,6 +19,7 @@
#pragma once
+#include <swdllapi.h>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -30,7 +31,7 @@ class SwDoc;
class SwFormatLineBreak;
/// UNO API wrapper around an SwFormatLineBreak, exposed as the com.sun.star.text.LineBreak service.
-class SwXLineBreak final
+class SW_DLLPUBLIC SwXLineBreak final
: public cppu::WeakImplHelper<css::beans::XPropertySet, css::lang::XServiceInfo,
css::text::XTextContent>
{