diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-24 12:11:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-27 12:47:57 +0200 |
commit | 87e0feafd3690a9b58890cc28f8ba0c521bfb557 (patch) | |
tree | a896c6dbbdf47de7979143f9840e41c4bbf4f734 /sw/inc/unotxdoc.hxx | |
parent | 9d7548dafb44c1f0af82771a597db1404659af66 (diff) |
use more concrete UNO classes in writerfilter (SwXDocumentSettings)
Change-Id: Id668946233d55d641199634d7ceda2607107e76b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166694
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 018784174cbb..ab655c6019c4 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -105,6 +105,7 @@ class SwXLineNumberingProperties; class SwXReferenceMarks; class SwXLinkTargetSupplier; class SwXRedlines; +class SwXDocumentSettings; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -506,6 +507,8 @@ public: css::uno::Reference< css::uno::XInterface > const & xLastResult); SwDocShell* GetDocShell() {return m_pDocShell;} + + SW_DLLPUBLIC rtl::Reference<SwXDocumentSettings> createDocumentSettings(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |