summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptexanimations.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptexanimations.hxx')
-rw-r--r--sd/source/filter/eppt/pptexanimations.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/pptexanimations.hxx b/sd/source/filter/eppt/pptexanimations.hxx
index d79aedce4880..155ee5aa4667 100644
--- a/sd/source/filter/eppt/pptexanimations.hxx
+++ b/sd/source/filter/eppt/pptexanimations.hxx
@@ -32,7 +32,7 @@
#include <stdio.h>
#endif
-#include <boost/shared_ptr.hpp>
+#include <memory>
#include <list>
@@ -51,7 +51,7 @@ namespace ppt
: mxNode( xNode ), mxMaster( xMaster ) {}
};
- typedef boost::shared_ptr< AfterEffectNode > AfterEffectNodePtr;
+ typedef std::shared_ptr< AfterEffectNode > AfterEffectNodePtr;
typedef sal_uInt32 TranslateMode;
#define TRANSLATE_NONE 0