diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-25 10:20:55 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-30 13:13:48 +0200 |
commit | da3913a70cd133478add296b63d0e7e28c2374bf (patch) | |
tree | 82b7f9dddc27f6c3d0107520849bf69eddd42c00 /sw/inc/unotxdoc.hxx | |
parent | ff27aa2ca0ff9b6520d65bf1bb6f7fc2c6efd79d (diff) |
use more concrete UNO classes in writerfilter (SwXTextEmbeddedObject)
Change-Id: I410bdf51539b2752e95e3dafe8a1513b7bb19626
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166809
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 bd6903b14882..b4a84c62029b 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -117,6 +117,7 @@ class SwXTextFrame; class SwXTextGraphicObject; class SwXPageStyle; class SwXContentControl; +class SwXTextEmbeddedObject; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -533,6 +534,7 @@ public: SW_DLLPUBLIC rtl::Reference<SwXContentControl> createContentControl(); SW_DLLPUBLIC rtl::Reference<SwXFootnote> createFootnote(); SW_DLLPUBLIC rtl::Reference<SwXFootnote> createEndnote(); + SW_DLLPUBLIC rtl::Reference<SwXTextEmbeddedObject> createTextEmbeddedObject(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |