diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-25 16:10:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-30 19:34:56 +0200 |
commit | 29a19f25f001ae63c60864c6a650220ecb3d0ca1 (patch) | |
tree | 34baadc48e844202103f427092b374258d5f5b21 /sw/inc/unotxdoc.hxx | |
parent | bd343716f505bb955ddfb9fa20002468df3fb19c (diff) |
use more concrete UNO classes in writerfilter (SvXMLEmbeddedObjectHelper)
Change-Id: Ic813596204070a17d66d0f469bcdf30e16b16b35
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166811
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 b4a84c62029b..b690a290b7b9 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -118,6 +118,7 @@ class SwXTextGraphicObject; class SwXPageStyle; class SwXContentControl; class SwXTextEmbeddedObject; +class SvXMLEmbeddedObjectHelper; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -535,6 +536,7 @@ public: SW_DLLPUBLIC rtl::Reference<SwXFootnote> createFootnote(); SW_DLLPUBLIC rtl::Reference<SwXFootnote> createEndnote(); SW_DLLPUBLIC rtl::Reference<SwXTextEmbeddedObject> createTextEmbeddedObject(); + SW_DLLPUBLIC rtl::Reference<SvXMLEmbeddedObjectHelper> createEmbeddedObjectResolver(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |