Kaydet (Commit) 38d7b82c authored tarafından Tor Lillqvist's avatar Tor Lillqvist

OleObjectInfo is used from the scfilt library so must be public

Change-Id: Ib80278e52640b0c132bcc5b303d277a4e7ae2024
üst cf287f4e
......@@ -20,6 +20,7 @@
#ifndef INCLUDED_OOX_OLE_OLEOBJECTHELPER_HXX
#define INCLUDED_OOX_OLE_OLEOBJECTHELPER_HXX
#include <oox/dllapi.h>
#include <oox/helper/binarystreambase.hxx>
namespace com { namespace sun { namespace star {
......@@ -36,7 +37,7 @@ namespace ole {
/** Contains generic information about an OLE object. */
struct OleObjectInfo
struct OOX_DLLPUBLIC OleObjectInfo
{
StreamDataSequence maEmbeddedData; ///< Data of an embedded OLE object.
OUString maTargetLink; ///< Path to external data for linked OLE object.
......
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