summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xiname.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xiname.hxx')
-rw-r--r--sc/source/filter/inc/xiname.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xiname.hxx b/sc/source/filter/inc/xiname.hxx
index 75a5936b9b22..4cc53b581a71 100644
--- a/sc/source/filter/inc/xiname.hxx
+++ b/sc/source/filter/inc/xiname.hxx
@@ -28,7 +28,7 @@
#include "rangenam.hxx"
#include <boost/noncopyable.hpp>
-#include <boost/scoped_ptr.hpp>
+#include <memory>
class ScRangeData;
class ScTokenArray;
@@ -72,7 +72,7 @@ private:
bool mbVBName:1; /// true = Visual Basic procedure or function.
bool mbMacro:1; /// Whether it's a user-defined macro.
- boost::scoped_ptr<TokenStrmData> mpTokensData; /// For later conversion of token array.
+ std::unique_ptr<TokenStrmData> mpTokensData; /// For later conversion of token array.
};
/** This buffer contains all internal defined names of the document.