summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/checklistmenu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/checklistmenu.hxx')
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index 8f402d030e6f..80b180fa358a 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -35,8 +35,8 @@
#include "vcl/timer.hxx"
#include "svx/checklbx.hxx"
-#include <memory>
#include <boost/unordered_map.hpp>
+#include <boost/scoped_ptr.hpp>
namespace com { namespace sun { namespace star {
@@ -310,8 +310,8 @@ private:
size_t mnCurTabStop;
::std::vector<Member> maMembers;
- ::std::auto_ptr<ExtendedData> mpExtendedData;
- ::std::auto_ptr<Action> mpOKAction;
+ boost::scoped_ptr<ExtendedData> mpExtendedData;
+ boost::scoped_ptr<Action> mpOKAction;
Size maWndSize; /// whole window size.
Size maMenuSize; /// size of all menu items combined.