summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/outdevprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/source/vcl/outdevprovider.hxx')
-rw-r--r--canvas/source/vcl/outdevprovider.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/canvas/source/vcl/outdevprovider.hxx b/canvas/source/vcl/outdevprovider.hxx
index 37c48c63a36e..c09b580cf4f9 100644
--- a/canvas/source/vcl/outdevprovider.hxx
+++ b/canvas/source/vcl/outdevprovider.hxx
@@ -21,8 +21,7 @@
#define INCLUDED_CANVAS_SOURCE_VCL_OUTDEVPROVIDER_HXX
#include <sal/types.h>
-#include <boost/shared_ptr.hpp>
-
+#include <memory>
class OutputDevice;
@@ -47,7 +46,7 @@ namespace vclcanvas
virtual const OutputDevice& getOutDev() const = 0;
};
- typedef ::boost::shared_ptr< OutDevProvider > OutDevProviderSharedPtr;
+ typedef std::shared_ptr< OutDevProvider > OutDevProviderSharedPtr;
}
#endif // INCLUDED_CANVAS_SOURCE_VCL_OUTDEVPROVIDER_HXX