summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
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 b690a290b7b9..4bc4296633c2 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -531,6 +531,8 @@ public:
SW_DLLPUBLIC rtl::Reference<SwXTextFrame> createTextFrame();
SW_DLLPUBLIC rtl::Reference<SwXTextGraphicObject> createTextGraphicObject();
SW_DLLPUBLIC rtl::Reference<SwXStyle> createNumberingStyle();
+ SW_DLLPUBLIC rtl::Reference<SwXStyle> createCharacterStyle();
+ SW_DLLPUBLIC rtl::Reference<SwXStyle> createParagraphStyle();
SW_DLLPUBLIC rtl::Reference<SwXPageStyle> createPageStyle();
SW_DLLPUBLIC rtl::Reference<SwXContentControl> createContentControl();
SW_DLLPUBLIC rtl::Reference<SwXFootnote> createFootnote();