diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-24 15:02:18 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-28 22:26:33 +0200 |
commit | 7ee095d7e075ebc12183378c65fe64e5c0fc1ba4 (patch) | |
tree | 3ae521370715527d035fe8a23714428d4c21d1b2 /sw/inc/unotxdoc.hxx | |
parent | 24ac1b2eea24c6aab04ecde88e692f352fda2b62 (diff) |
use more concrete UNO classes in writerfilter (SwXTextGraphicObject)
Change-Id: I27c96bd3c18d24398f773319fa41bed8a8da9eee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166802
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 59fab6827acb..d84561244258 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -112,6 +112,7 @@ class SwXTextSection; class SwXTextField; class SwXLineBreak; class SwXTextFrame; +class SwXTextGraphicObject; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -522,6 +523,7 @@ public: SW_DLLPUBLIC rtl::Reference<SwXTextField> createFieldAnnotation(); SW_DLLPUBLIC rtl::Reference<SwXLineBreak> createLineBreak(); SW_DLLPUBLIC rtl::Reference<SwXTextFrame> createTextFrame(); + SW_DLLPUBLIC rtl::Reference<SwXTextGraphicObject> createTextGraphicObject(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |