summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/inc/sbunoobj.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx
index b9c2a6d9b34e..41a78527d580 100644
--- a/basic/source/inc/sbunoobj.hxx
+++ b/basic/source/inc/sbunoobj.hxx
@@ -37,7 +37,6 @@
#include <unordered_map>
#include <vector>
#include <map>
-#include <boost/shared_ptr.hpp>
void registerComponentToBeDisposedForBasic( css::uno::Reference< css::lang::XComponent > xComponent, StarBASIC* pBasic );
@@ -110,7 +109,7 @@ class SbUnoObject: public SbxObject
bool bNeedIntrospection;
bool bNativeCOMObject;
css::uno::Any maTmpUnoObj; // Only to save obj for doIntrospection!
- ::boost::shared_ptr< SbUnoStructRefObject > maStructInfo;
+ std::shared_ptr< SbUnoStructRefObject > maStructInfo;
// help method to establish the dbg_-properties
void implCreateDbgProperties();