summaryrefslogtreecommitdiff
path: root/sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx')
-rw-r--r--sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx b/sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx
index 6ad54a050505..19f4d2cf0d23 100644
--- a/sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx
+++ b/sw/source/writerfilter/dmapper/DomainMapper_Impl.hxx
@@ -57,6 +57,7 @@
class SwXTextDocument;
class SwXDocumentSettings;
+class SwXTextSection;
namespace com::sun::star{
namespace awt{
struct Size;
@@ -810,7 +811,7 @@ public:
void appendOLE( const OUString& rStreamName, const std::shared_ptr<OLEHandler>& pOleHandler );
void appendStarMath( const Value& v);
void adjustLastPara(sal_Int8 nAlign);
- css::uno::Reference<css::beans::XPropertySet> appendTextSectionAfter(css::uno::Reference<css::text::XTextRange> const & xBefore);
+ rtl::Reference<SwXTextSection> appendTextSectionAfter(css::uno::Reference<css::text::XTextRange> const & xBefore);
/// AutoText import: each entry is placed in the separate section
void appendGlossaryEntry();