diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/shapes.hxx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index 67e52cbcc99b..3269df1af917 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -36,8 +36,24 @@ namespace drawing { class XShape; class XShapes; } +namespace embed { + class XEmbeddedObject; +} }}} +namespace oox { + +OOX_DLLPUBLIC css::uno::Reference<css::io::XInputStream> GetOLEObjectStream( + css::uno::Reference<css::uno::XComponentContext> const& xContext, + css::uno::Reference<css::embed::XEmbeddedObject> const& xObj, + OUString const& i_rProgID, + OUString & o_rMediaType, + OUString & o_rRelationType, + OUString & o_rSuffix, + const char *& o_rpProgID); + +} + namespace oox { namespace drawingml { class OOX_DLLPUBLIC URLTransformer |