summaryrefslogtreecommitdiff
path: root/include/vcl/dockingarea.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:34:15 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:05 +0100
commitadd9dae7035a86204def97a953c75e26f313c51c (patch)
tree68121740d18bf6ebe919ae1b953cd51e54ab5639 /include/vcl/dockingarea.hxx
parent2cebd4d0860c7bf3d601023b942fdbe1a522d33a (diff)
loplugin:deletedspecial
Change-Id: I9ea64443350ed2e1341b99270fa8b29189f07eb2
Diffstat (limited to 'include/vcl/dockingarea.hxx')
-rw-r--r--include/vcl/dockingarea.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/dockingarea.hxx b/include/vcl/dockingarea.hxx
index c0b75181159e..7fa2ad55fec0 100644
--- a/include/vcl/dockingarea.hxx
+++ b/include/vcl/dockingarea.hxx
@@ -31,9 +31,8 @@ class VCL_DLLPUBLIC DockingAreaWindow : public vcl::Window
private:
ImplData* mpImplData;
- // Copy assignment is forbidden and not implemented.
- SAL_DLLPRIVATE DockingAreaWindow (const DockingAreaWindow &);
- SAL_DLLPRIVATE DockingAreaWindow & operator= (const DockingAreaWindow &);
+ DockingAreaWindow (const DockingAreaWindow &) SAL_DELETED_FUNCTION;
+ DockingAreaWindow & operator= (const DockingAreaWindow &) SAL_DELETED_FUNCTION;
public:
explicit DockingAreaWindow( vcl::Window* pParent );