[Libreoffice-commits] core.git: include/oox

Tor Lillqvist tml at collabora.com
Fri May 23 02:18:30 PDT 2014


 include/oox/ole/oleobjecthelper.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 38d7b82c277599f2e613256c4353aa7dfdc219ec
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri May 23 12:17:50 2014 +0300

    OleObjectInfo is used from the scfilt library so must be public
    
    Change-Id: Ib80278e52640b0c132bcc5b303d277a4e7ae2024

diff --git a/include/oox/ole/oleobjecthelper.hxx b/include/oox/ole/oleobjecthelper.hxx
index a723949..ef32483 100644
--- a/include/oox/ole/oleobjecthelper.hxx
+++ b/include/oox/ole/oleobjecthelper.hxx
@@ -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.


More information about the Libreoffice-commits mailing list