summaryrefslogtreecommitdiff
path: root/include/svtools/ruler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/ruler.hxx')
-rw-r--r--include/svtools/ruler.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/svtools/ruler.hxx b/include/svtools/ruler.hxx
index 6c430dcc54e9..16d5d692594e 100644
--- a/include/svtools/ruler.hxx
+++ b/include/svtools/ruler.hxx
@@ -27,8 +27,6 @@
#include <vcl/virdev.hxx>
#include <vcl/field.hxx>
-#include <boost/scoped_ptr.hpp>
-
#include <svtools/accessibleruler.hxx>
class MouseEvent;
@@ -680,8 +678,8 @@ private:
Link maDoubleClickHdl;
Link maExtraDownHdl;
- boost::scoped_ptr<RulerSelection> mpCurrentHitTest;
- boost::scoped_ptr<RulerSelection> mpPreviousHitTest;
+ std::unique_ptr<RulerSelection> mxCurrentHitTest;
+ std::unique_ptr<RulerSelection> mxPreviousHitTest;
SvtRulerAccessible* pAccContext;