diff options
Diffstat (limited to 'sw/inc')
-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 10a499adf149..abc6b3130ac7 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -521,6 +521,8 @@ public: SwDocShell* GetDocShell() {return m_pDocShell;} + rtl::Reference<SwXTextField> createTextField(std::u16string_view sServiceName); + rtl::Reference<SwXFieldmark> createFieldmark(std::u16string_view sServiceName); rtl::Reference<SwXDocumentSettings> createDocumentSettings(); rtl::Reference<SwXTextDefaults> createTextDefaults(); rtl::Reference<SwXBookmark> createBookmark(); |