summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/layermanager.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/layermanager.hxx')
-rw-r--r--slideshow/source/engine/slide/layermanager.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/slideshow/source/engine/slide/layermanager.hxx b/slideshow/source/engine/slide/layermanager.hxx
index f15c5fe835a6..61ccedeb73c3 100644
--- a/slideshow/source/engine/slide/layermanager.hxx
+++ b/slideshow/source/engine/slide/layermanager.hxx
@@ -20,8 +20,6 @@
#ifndef INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_LAYERMANAGER_HXX
#define INCLUDED_SLIDESHOW_SOURCE_ENGINE_SLIDE_LAYERMANAGER_HXX
-#include <boost/noncopyable.hpp>
-
#include <cppcanvas/spritecanvas.hxx>
#include "unoview.hxx"
@@ -59,7 +57,7 @@ namespace slideshow
@see Layer
@see Shape
*/
- class LayerManager : private boost::noncopyable
+ class LayerManager
{
public:
/** Create a new layer manager for the given page bounds
@@ -79,6 +77,12 @@ namespace slideshow
const ::basegfx::B2DRange& rPageBounds,
bool bDisableAnimationZOrder );
+ /// Forbid copy construction
+ LayerManager(const LayerManager&) = delete;
+
+ /// Forbid copy assignment
+ LayerManager& operator=(const LayerManager&) = delete;
+
/** Activate the LayerManager
This method activates the LayerManager. Prior to