diff options
Diffstat (limited to 'include/oox/ole/oleobjecthelper.hxx')
-rw-r--r-- | include/oox/ole/oleobjecthelper.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/oox/ole/oleobjecthelper.hxx b/include/oox/ole/oleobjecthelper.hxx index 868cd0c449bf..febd097ae546 100644 --- a/include/oox/ole/oleobjecthelper.hxx +++ b/include/oox/ole/oleobjecthelper.hxx @@ -26,6 +26,7 @@ namespace com { namespace sun { namespace star { namespace awt { struct Size; } namespace document { class XEmbeddedObjectResolver; } + namespace frame { class XModel; } namespace lang { class XMultiServiceFactory; } } } } @@ -71,6 +72,11 @@ private: }; +OOX_DLLPUBLIC void SaveInteropProperties( + css::uno::Reference<css::frame::XModel> const& xModel, + OUString const& rObjectName, OUString const* pOldObjectName, + OUString const& rProgId, OUString const& rDrawAspect); + } // namespace ole } // namespace oox |