diff options
author | Noel Power <noel.power@novell.com> | 2011-03-07 18:18:59 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2011-03-07 18:18:59 +0000 |
commit | 43d5f2d72889b52284b34315890053ec1bfdeab6 (patch) | |
tree | c70df00dfced4f607633a30ece44d5fb52e4def0 | |
parent | 80c215b48b187de0741b66e123622c00ac1f6171 (diff) |
make vba-container-controls apply again
patches/vba/vba-container-controls.diff: removed modifications to oox/inc/oox/helper/graphichelper.hxx ( no longer necessary )
-rw-r--r-- | patches/vba/vba-container-controls.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/vba/vba-container-controls.diff b/patches/vba/vba-container-controls.diff index 3273d81e3..de055958e 100644 --- a/patches/vba/vba-container-controls.diff +++ b/patches/vba/vba-container-controls.diff @@ -240,27 +240,6 @@ index 87cb36b..217032d 100644 //------------------------------------------------------------------------- }; -diff --git oox/inc/oox/helper/graphichelper.hxx oox/inc/oox/helper/graphichelper.hxx -index 221c47f..cd704e6 100644 ---- oox/inc/oox/helper/graphichelper.hxx -+++ oox/inc/oox/helper/graphichelper.hxx -@@ -35,6 +35,7 @@ - #include <com/sun/star/uno/Reference.hxx> - #include "oox/helper/binarystreambase.hxx" - #include "oox/helper/storagebase.hxx" -+#include "oox/dllapi.h" - - namespace com { namespace sun { namespace star { - namespace awt { struct Point; } -@@ -64,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 oox/inc/oox/helper/propertyset.hxx oox/inc/oox/helper/propertyset.hxx index e4cb5a1..d8d51ca 100644 --- oox/inc/oox/helper/propertyset.hxx |