diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-24 16:39:23 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-04-28 22:26:51 +0200 |
commit | 0cfaf93bf5c6e4e505b45f5e4fbac54edd77ddd6 (patch) | |
tree | e9430dfb51aa37aa54e89383e591a4cf402b1c5a /sw/inc/unotxdoc.hxx | |
parent | 2ccf6f2a203a5a215f7a1e4d097cc08a73d22f2c (diff) |
use more concrete UNO classes in writerfilter (SwXStyle)
Change-Id: I12b41369ee65f46e08494acda0435f767e28f290
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166804
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index d84561244258..4651ccaee190 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -96,6 +96,7 @@ class SwXFootnotes; class SwXContentControls; class SwXDocumentIndexes; class SwXStyleFamilies; +class SwXStyle; class SwXAutoStyles; class SwXBookmarks; class SwXChapterNumbering; @@ -113,6 +114,7 @@ class SwXTextField; class SwXLineBreak; class SwXTextFrame; class SwXTextGraphicObject; +class SwXPageStyle; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -524,6 +526,8 @@ public: SW_DLLPUBLIC rtl::Reference<SwXLineBreak> createLineBreak(); SW_DLLPUBLIC rtl::Reference<SwXTextFrame> createTextFrame(); SW_DLLPUBLIC rtl::Reference<SwXTextGraphicObject> createTextGraphicObject(); + SW_DLLPUBLIC rtl::Reference<SwXStyle> createNumberingStyle(); + SW_DLLPUBLIC rtl::Reference<SwXPageStyle> createPageStyle(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |