summaryrefslogtreecommitdiff
path: root/include/cppcanvas/color.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/cppcanvas/color.hxx')
-rw-r--r--include/cppcanvas/color.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/cppcanvas/color.hxx b/include/cppcanvas/color.hxx
index b6ed71d823bf..e216203024c5 100644
--- a/include/cppcanvas/color.hxx
+++ b/include/cppcanvas/color.hxx
@@ -21,9 +21,7 @@
#define INCLUDED_CPPCANVAS_COLOR_HXX
#include <com/sun/star/uno/Sequence.hxx>
-
-#include <boost/shared_ptr.hpp>
-
+#include <memory>
/* Definition of Color class */
@@ -44,7 +42,7 @@ namespace cppcanvas
virtual ::com::sun::star::uno::Sequence< double > getDeviceColor( IntSRGBA aSRGBA ) const = 0;
};
- typedef ::boost::shared_ptr< ::cppcanvas::Color > ColorSharedPtr;
+ typedef std::shared_ptr< ::cppcanvas::Color > ColorSharedPtr;
inline sal_uInt8 getRed( Color::IntSRGBA nCol )
{