summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/WindowUpdater.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/WindowUpdater.hxx')
-rw-r--r--sd/source/ui/inc/WindowUpdater.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/WindowUpdater.hxx b/sd/source/ui/inc/WindowUpdater.hxx
index 626dda1bbe34..2ba2764c59e8 100644
--- a/sd/source/ui/inc/WindowUpdater.hxx
+++ b/sd/source/ui/inc/WindowUpdater.hxx
@@ -114,9 +114,9 @@ private:
/// The document rendered in the output devices.
SdDrawDocument* mpDocument;
- WindowUpdater (const WindowUpdater& rUpdater) SAL_DELETED_FUNCTION;
+ WindowUpdater (const WindowUpdater& rUpdater) = delete;
- WindowUpdater operator= (const WindowUpdater& rUpdater) SAL_DELETED_FUNCTION;
+ WindowUpdater operator= (const WindowUpdater& rUpdater) = delete;
/** Type and data member for a list of devices that have to be kept
up-to-date.