diff options
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unoframe.hxx | 2 | ||||
-rw-r--r-- | sw/inc/unotxdoc.hxx | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unoframe.hxx b/sw/inc/unoframe.hxx index 4ddb08e92baf..e94d99434bc2 100644 --- a/sw/inc/unoframe.hxx +++ b/sw/inc/unoframe.hxx @@ -266,7 +266,7 @@ typedef cppu::ImplInheritanceHelper css::document::XEventsSupplier > SwXTextEmbeddedObjectBaseClass; -class SwXTextEmbeddedObject final : public SwXTextEmbeddedObjectBaseClass +class SW_DLLPUBLIC SwXTextEmbeddedObject final : public SwXTextEmbeddedObjectBaseClass { css::uno::Reference<css::util::XModifyListener> m_xOLEListener; diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index bd6903b14882..b4a84c62029b 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -117,6 +117,7 @@ class SwXTextFrame; class SwXTextGraphicObject; class SwXPageStyle; class SwXContentControl; +class SwXTextEmbeddedObject; namespace com::sun::star::container { class XNameContainer; } namespace com::sun::star::frame { class XController; } namespace com::sun::star::lang { struct Locale; } @@ -533,6 +534,7 @@ public: SW_DLLPUBLIC rtl::Reference<SwXContentControl> createContentControl(); SW_DLLPUBLIC rtl::Reference<SwXFootnote> createFootnote(); SW_DLLPUBLIC rtl::Reference<SwXFootnote> createEndnote(); + SW_DLLPUBLIC rtl::Reference<SwXTextEmbeddedObject> createTextEmbeddedObject(); }; class SwXLinkTargetSupplier final : public cppu::WeakImplHelper |