summaryrefslogtreecommitdiff
path: root/slideshow/source/inc/animatedsprite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/inc/animatedsprite.hxx')
-rw-r--r--slideshow/source/inc/animatedsprite.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/slideshow/source/inc/animatedsprite.hxx b/slideshow/source/inc/animatedsprite.hxx
index a5980dab1787..8a49f831b3cc 100644
--- a/slideshow/source/inc/animatedsprite.hxx
+++ b/slideshow/source/inc/animatedsprite.hxx
@@ -31,7 +31,6 @@
#include <boost/optional.hpp>
#include <memory>
-#include <boost/noncopyable.hpp>
/* Definition of AnimatedSprite class */
@@ -47,7 +46,7 @@ namespace slideshow
and all the gory details of offset calculations and
rounding prevention.
*/
- class AnimatedSprite : private boost::noncopyable
+ class AnimatedSprite
{
public:
/** Create a new AnimatedSprite, for the given metafile
@@ -68,6 +67,8 @@ namespace slideshow
AnimatedSprite( const ViewLayerSharedPtr& rViewLayer,
const ::basegfx::B2DSize& rSpriteSizePixel,
double nSpritePrio );
+ AnimatedSprite(const AnimatedSprite&) = delete;
+ AnimatedSprite& operator=(const AnimatedSprite&) = delete;
/** Resize the sprite.