summaryrefslogtreecommitdiff
path: root/include/vcl/dockingarea.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/dockingarea.hxx')
-rw-r--r--include/vcl/dockingarea.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/dockingarea.hxx b/include/vcl/dockingarea.hxx
index a0ce2d674daa..f7cf79fda498 100644
--- a/include/vcl/dockingarea.hxx
+++ b/include/vcl/dockingarea.hxx
@@ -31,8 +31,8 @@ class VCL_DLLPUBLIC DockingAreaWindow : public vcl::Window
private:
ImplData* mpImplData;
- DockingAreaWindow (const DockingAreaWindow &) SAL_DELETED_FUNCTION;
- DockingAreaWindow & operator= (const DockingAreaWindow &) SAL_DELETED_FUNCTION;
+ DockingAreaWindow (const DockingAreaWindow &) = delete;
+ DockingAreaWindow & operator= (const DockingAreaWindow &) = delete;
public:
explicit DockingAreaWindow( vcl::Window* pParent );