summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-04-25 09:55:12 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-29 15:36:11 +0200
commit27ed452ae685c396d4507253b35099f106471d9d (patch)
tree9bf31c797a20e48f2afebc3612f617a5f359a10d /sw/inc/unotxdoc.hxx
parentb6c2ff2f05f94637feb537cb4cea5d7f040f9031 (diff)
use more concrete UNO classes in writerfilter (SwXContentControl)
Change-Id: I84a4c82176681eb55e90240a2db7001123605c1b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166807 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.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 4651ccaee190..e35a17d284b2 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -115,6 +115,7 @@ class SwXLineBreak;
class SwXTextFrame;
class SwXTextGraphicObject;
class SwXPageStyle;
+class SwXContentControl;
namespace com::sun::star::container { class XNameContainer; }
namespace com::sun::star::frame { class XController; }
namespace com::sun::star::lang { struct Locale; }
@@ -528,6 +529,7 @@ public:
SW_DLLPUBLIC rtl::Reference<SwXTextGraphicObject> createTextGraphicObject();
SW_DLLPUBLIC rtl::Reference<SwXStyle> createNumberingStyle();
SW_DLLPUBLIC rtl::Reference<SwXPageStyle> createPageStyle();
+ SW_DLLPUBLIC rtl::Reference<SwXContentControl> createContentControl();
};
class SwXLinkTargetSupplier final : public cppu::WeakImplHelper