summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/view/viewshel.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index 3486f9be2013..47917c01647f 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -1213,6 +1213,9 @@ class KeepSlideSorterInSyncWithPageChanges
sd::slidesorter::controller::PageSelector::UpdateLock const m_aUpdateLock;
sd::slidesorter::controller::SelectionObserver::Context const m_aContext;
+ KeepSlideSorterInSyncWithPageChanges& operator=(const KeepSlideSorterInSyncWithPageChanges&) = delete;
+ KeepSlideSorterInSyncWithPageChanges(const KeepSlideSorterInSyncWithPageChanges&) = delete;
+
public:
explicit KeepSlideSorterInSyncWithPageChanges(sd::slidesorter::SlideSorter const & rSlideSorter)
: m_aDrawLock(rSlideSorter)