summaryrefslogtreecommitdiff
path: root/include/vcl/syschild.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/syschild.hxx
parent2cebd4d0860c7bf3d601023b942fdbe1a522d33a (diff)
loplugin:deletedspecial
Change-Id: I9ea64443350ed2e1341b99270fa8b29189f07eb2
Diffstat (limited to 'include/vcl/syschild.hxx')
-rw-r--r--include/vcl/syschild.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/syschild.hxx b/include/vcl/syschild.hxx
index 9a8c57d6ec5b..87e16fcc183a 100644
--- a/include/vcl/syschild.hxx
+++ b/include/vcl/syschild.hxx
@@ -34,8 +34,8 @@ private:
SAL_DLLPRIVATE void ImplTestJavaException( void* pEnv );
// Copy assignment is forbidden and not implemented.
- SAL_DLLPRIVATE SystemChildWindow (const SystemChildWindow &);
- SAL_DLLPRIVATE SystemChildWindow & operator= (const SystemChildWindow &);
+ SystemChildWindow (const SystemChildWindow &) SAL_DELETED_FUNCTION;
+ SystemChildWindow & operator= (const SystemChildWindow &) SAL_DELETED_FUNCTION;
public:
explicit SystemChildWindow( vcl::Window* pParent, WinBits nStyle = 0 );