summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbalisthelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbalisthelper.hxx')
-rw-r--r--sw/source/ui/vba/vbalisthelper.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbalisthelper.hxx b/sw/source/ui/vba/vbalisthelper.hxx
index 24f2bf56125d..88a773ec340c 100644
--- a/sw/source/ui/vba/vbalisthelper.hxx
+++ b/sw/source/ui/vba/vbalisthelper.hxx
@@ -13,10 +13,9 @@
#include <com/sun/star/container/XIndexReplace.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/text/XTextDocument.hpp>
-#include <boost/shared_ptr.hpp>
class SwVbaListHelper;
-typedef ::boost::shared_ptr< SwVbaListHelper > SwVbaListHelperRef;
+typedef std::shared_ptr< SwVbaListHelper > SwVbaListHelperRef;
class SwVbaListHelper
{