summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/action.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/inc/action.hxx')
-rw-r--r--cppcanvas/source/inc/action.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cppcanvas/source/inc/action.hxx b/cppcanvas/source/inc/action.hxx
index c47bb29e6c20..aa63ffce01bd 100644
--- a/cppcanvas/source/inc/action.hxx
+++ b/cppcanvas/source/inc/action.hxx
@@ -21,8 +21,7 @@
#define INCLUDED_CPPCANVAS_SOURCE_INC_ACTION_HXX
#include <sal/types.h>
-
-#include <boost/shared_ptr.hpp>
+#include <memory>
namespace basegfx
{
@@ -146,7 +145,7 @@ namespace cppcanvas
virtual sal_Int32 getActionCount() const = 0;
};
- typedef ::boost::shared_ptr< Action > ActionSharedPtr;
+ typedef std::shared_ptr< Action > ActionSharedPtr;
}
}