diff options
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 0ab8400c8a23..6bb74e23f186 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -46,6 +46,8 @@ #include <vector> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_ptr.hpp> +#include <boost/shared_ptr.hpp> + #include "markdata.hxx" namespace editeng { class SvxBorderLine; } @@ -260,7 +262,7 @@ private: rtl::Reference<ScPoolHelper> xPoolHelper; - boost::scoped_ptr<svl::SharedStringPool> mpCellStringPool; + boost::shared_ptr<svl::SharedStringPool> mpCellStringPool; boost::scoped_ptr<sc::FormulaGroupContext> mpFormulaGroupCxt; mutable boost::scoped_ptr<sc::DocumentLinkManager> mpDocLinkMgr; |