summaryrefslogtreecommitdiffstats
path: root/forms/source/inc/commandimageprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/inc/commandimageprovider.hxx')
-rw-r--r--forms/source/inc/commandimageprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/inc/commandimageprovider.hxx b/forms/source/inc/commandimageprovider.hxx
index 9c7107b5e611..21cc14a5af7e 100644
--- a/forms/source/inc/commandimageprovider.hxx
+++ b/forms/source/inc/commandimageprovider.hxx
@@ -25,7 +25,7 @@
#include <vcl/image.hxx>
-#include <boost/shared_ptr.hpp>
+#include <memory>
namespace frm
@@ -50,7 +50,7 @@ namespace frm
virtual ~ICommandImageProvider() { }
};
- typedef ::boost::shared_ptr< const ICommandImageProvider > PCommandImageProvider;
+ typedef std::shared_ptr< const ICommandImageProvider > PCommandImageProvider;
//= factory