summaryrefslogtreecommitdiffstats
path: root/slideshow/source/inc/screenupdater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/screenupdater.hxx')
-rw-r--r--slideshow/source/inc/screenupdater.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/inc/screenupdater.hxx b/slideshow/source/inc/screenupdater.hxx
index e975f3a0b0ac..4140ed4af725 100644
--- a/slideshow/source/inc/screenupdater.hxx
+++ b/slideshow/source/inc/screenupdater.hxx
@@ -22,7 +22,6 @@
#include "viewupdate.hxx"
#include "unoviewcontainer.hxx"
-#include <boost/noncopyable.hpp>
#include <memory>
/* Definition of ScreenUpdater class */
@@ -42,11 +41,13 @@ namespace slideshow
objects report any pending update, commitUpdates() does
nothing.
*/
- class ScreenUpdater : private boost::noncopyable
+ class ScreenUpdater
{
public:
explicit ScreenUpdater( UnoViewContainer const& rViewContainer );
~ScreenUpdater();
+ ScreenUpdater(const ScreenUpdater&) = delete;
+ ScreenUpdater& operator=(const ScreenUpdater&) = delete;
/** Notify screen update