summaryrefslogtreecommitdiff
path: root/sc/inc/linkuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/linkuno.hxx')
-rw-r--r--sc/inc/linkuno.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sc/inc/linkuno.hxx b/sc/inc/linkuno.hxx
index cc74a8af4931..e4a96429f984 100644
--- a/sc/inc/linkuno.hxx
+++ b/sc/inc/linkuno.hxx
@@ -41,14 +41,12 @@
#include "externalrefmgr.hxx"
-#include <boost/ptr_container/ptr_vector.hpp>
+#include <vector>
class ScDocShell;
class ScTableLink;
-typedef ::com::sun::star::uno::Reference<
- ::com::sun::star::util::XRefreshListener > XRefreshListenerRef;
-typedef boost::ptr_vector<XRefreshListenerRef> XRefreshListenerArr_Impl;
+typedef std::vector< css::uno::Reference< css::util::XRefreshListener > > XRefreshListenerArr_Impl;
class ScSheetLinkObj : public cppu::WeakImplHelper<
com::sun::star::container::XNamed,