summaryrefslogtreecommitdiff
path: root/sd/source/filter/ppt/pptin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/ppt/pptin.hxx')
-rw-r--r--sd/source/filter/ppt/pptin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/ppt/pptin.hxx b/sd/source/filter/ppt/pptin.hxx
index 703e77bf44c3..0d3d8d2a21b4 100644
--- a/sd/source/filter/ppt/pptin.hxx
+++ b/sd/source/filter/ppt/pptin.hxx
@@ -25,7 +25,7 @@
#include <diadef.h>
#include <svx/svdtypes.hxx>
#include <com/sun/star/uno/Any.h>
-#include <memory>
+#include <boost/shared_ptr.hpp>
class SdDrawDocument;
class SfxMedium;
@@ -41,7 +41,7 @@ class SdAnimationInfo;
struct PptInteractiveInfoAtom;
class Ppt97Animation;
-typedef std::shared_ptr< Ppt97Animation > Ppt97AnimationPtr;
+typedef boost::shared_ptr< Ppt97Animation > Ppt97AnimationPtr;
typedef ::std::map < SdrObject*, Ppt97AnimationPtr > tAnimationMap;
typedef std::vector< std::pair< SdrObject*, Ppt97AnimationPtr > > tAnimationVector;