Kaydet (Commit) 55bf7e42 authored tarafından Michael Stahl's avatar Michael Stahl

factor out oox::GetOLEObjectStream() without sw dependencies

Change-Id: I32fa4b6b6d755b613b46b32d3b5961976335c76e
üst 1a5104a6
...@@ -36,8 +36,24 @@ namespace drawing { ...@@ -36,8 +36,24 @@ namespace drawing {
class XShape; class XShape;
class XShapes; 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 { namespace oox { namespace drawingml {
class OOX_DLLPUBLIC URLTransformer class OOX_DLLPUBLIC URLTransformer
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment