summaryrefslogtreecommitdiffstats
path: root/slideshow/source/engine/pointersymbol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/pointersymbol.hxx')
-rw-r--r--slideshow/source/engine/pointersymbol.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/slideshow/source/engine/pointersymbol.hxx b/slideshow/source/engine/pointersymbol.hxx
index 9bae614a6c81..a9f78500a79d 100644
--- a/slideshow/source/engine/pointersymbol.hxx
+++ b/slideshow/source/engine/pointersymbol.hxx
@@ -21,7 +21,6 @@
#include "eventmultiplexer.hxx"
#include "unoview.hxx"
-#include <boost/noncopyable.hpp>
#include <vector>
using namespace com::sun::star;
@@ -33,8 +32,7 @@ class EventMultiplexer;
typedef std::shared_ptr<class PointerSymbol> PointerSymbolSharedPtr;
/// On-screen 'laser pointer' from the Impress remote control
-class PointerSymbol : public ViewEventHandler,
- private ::boost::noncopyable
+class PointerSymbol : public ViewEventHandler
{
public:
static PointerSymbolSharedPtr create( const css::uno::Reference<css::rendering::XBitmap>& xBitmap,