summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/slideshow.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:27:40 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:01 +0100
commitcb6bc9bd880efe9efa842b05c6db508ac732f32f (patch)
tree224577ff2c258d31b290d6566cc143aaae17312c /sd/source/ui/inc/slideshow.hxx
parent0e882b65139d2861c8db369ee459c16e431dea88 (diff)
loplugin:deletedspecial
Change-Id: Id38a70a88cf03413763f3feaefb07d2e748a6ba8
Diffstat (limited to 'sd/source/ui/inc/slideshow.hxx')
-rw-r--r--sd/source/ui/inc/slideshow.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index 418da148ed06..f4cc6c2909c2 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -197,9 +197,8 @@ private:
void CreateController( ViewShell* pViewSh, ::sd::View* pView, ::vcl::Window* pParentWindow );
WorkWindow *GetWorkWindow();
- // default: disabled copy/assignment
- SlideShow(const SlideShow&);
- SlideShow& operator=( const SlideShow& );
+ SlideShow(const SlideShow&) SAL_DELETED_FUNCTION;
+ SlideShow& operator=( const SlideShow& ) SAL_DELETED_FUNCTION;
SvxItemPropertySet maPropSet;