summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index 4eebb7639cad..eb79d392edc8 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -203,8 +203,8 @@ enum AlwaysInputMode { AlwaysInputNone = 0, AlwaysInputEnabled = 1, AlwaysInputD
class WindowImpl
{
private:
- WindowImpl(const WindowImpl&) SAL_DELETED_FUNCTION;
- WindowImpl& operator=(const WindowImpl&) SAL_DELETED_FUNCTION;
+ WindowImpl(const WindowImpl&) = delete;
+ WindowImpl& operator=(const WindowImpl&) = delete;
public:
WindowImpl( WindowType );
~WindowImpl();