summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2011-03-02 11:20:45 +0000
committerMichael Meeks <michael.meeks@novell.com>2011-03-07 16:04:26 +0000
commit6fc59a77955bc621c875146aec3e0c5d0f96e7f5 (patch)
tree7bff55a98877db8315c7172786032052a4dc450c /oox
parent495668256dd0b3eb64c12f32e17f048c139eb935 (diff)
resolves fdo#34909
enable import of macros for docxm
Diffstat (limited to 'oox')
-rw-r--r--oox/inc/oox/helper/graphichelper.hxx2
-rw-r--r--oox/inc/oox/ole/olestorage.hxx2
-rw-r--r--oox/prj/d.lst2
3 files changed, 4 insertions, 2 deletions
diff --git a/oox/inc/oox/helper/graphichelper.hxx b/oox/inc/oox/helper/graphichelper.hxx
index 61504adea8ba..b6f09a25316b 100644
--- a/oox/inc/oox/helper/graphichelper.hxx
+++ b/oox/inc/oox/helper/graphichelper.hxx
@@ -65,7 +65,7 @@ namespace oox {
resolves the graphic object from the passed URL and thus prevents it from
being destroyed.
*/
-class GraphicHelper
+class OOX_DLLPUBLIC GraphicHelper
{
public:
explicit GraphicHelper(
diff --git a/oox/inc/oox/ole/olestorage.hxx b/oox/inc/oox/ole/olestorage.hxx
index ab2c02a21486..e76cb7e89d6b 100644
--- a/oox/inc/oox/ole/olestorage.hxx
+++ b/oox/inc/oox/ole/olestorage.hxx
@@ -42,7 +42,7 @@ namespace ole {
// ============================================================================
/** Implements stream access for binary OLE storages. */
-class OleStorage : public StorageBase
+class OOX_DLLPUBLIC OleStorage : public StorageBase
{
public:
explicit OleStorage(
diff --git a/oox/prj/d.lst b/oox/prj/d.lst
index 0cd697108cdb..e25a8d8acec5 100644
--- a/oox/prj/d.lst
+++ b/oox/prj/d.lst
@@ -40,6 +40,8 @@ mkdir: %_DEST%\inc%_EXT%\oox\xls
..\inc\oox\vml\vmlshape.hxx %_DEST%\inc%_EXT%\oox\vml\vmlshape.hxx
..\inc\oox\export\*.hxx %_DEST%\inc%_EXT%\oox\export\*.hxx
..\inc\oox\ole\oleobjecthelper.hxx %_DEST%\inc%_EXT%\oox\ole\oleobjecthelper.hxx
+..\inc\oox\ole\vbaproject.hxx %_DEST%\inc%_EXT%\oox\ole\vbaproject.hxx
+..\inc\oox\ole\olestorage.hxx %_DEST%\inc%_EXT%\oox\ole\olestorage.hxx
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"