diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-24 12:26:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-27 15:56:28 +0200 |
commit | a77caf28bac50fe8e3592416d5dedf894a02cbbb (patch) | |
tree | c25705243a8446451cdf2901f3b4f18a94ef81a3 /sw/inc/unotxdoc.hxx | |
parent | 1528564ffd6832e19ba3065d20ba7969e6697486 (diff) |
use more concrete UNO classes in writerfilter (SwXTextDefaults)
Change-Id: I44eb8d4561798980ff7008d843bf076fc29582c6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166769
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index ab655c6019c4..30edc2fb7c84 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -106,6 +106,7 @@ class SwXReferenceMarks; class SwXLinkTargetSupplier; class SwXRedlines; class SwXDocumentSettings; +class SwXTextDefaults; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -509,6 +510,7 @@ public: SwDocShell* GetDocShell() {return m_pDocShell;} SW_DLLPUBLIC rtl::Reference<SwXDocumentSettings> createDocumentSettings(); + SW_DLLPUBLIC rtl::Reference<SwXTextDefaults> createTextDefaults(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |