diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-06-30 16:42:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-06-30 16:42:43 +0200 |
commit | 8a0df1b7e50ee4e39be0242ca245627b4eedd7e5 (patch) | |
tree | e96d6beb96cff4ab222d6acb9705280a77bb4a20 /include/vcl/window.hxx | |
parent | f8e34ea78a3159b3bf717353a3fc7d62e7fecd57 (diff) |
Clean up OutputDevice and derived classes noncopyable-ness
Change-Id: Id29e52c94a89cac20e29ae0a1f0b9f90ffdfcf09
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index ddf010d15cb2..3cf1032028d1 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -619,14 +619,6 @@ private: public: virtual Region GetActiveClipRegion() const SAL_OVERRIDE; -private: - // Default construction is forbidden and not implemented. - SAL_DLLPRIVATE Window(); - - // Copy assignment is forbidden and not implemented. - SAL_DLLPRIVATE Window (const Window &); - SAL_DLLPRIVATE Window & operator= (const Window &); - protected: // Single argument ctors shall be explicit. explicit Window( WindowType nType ); |