diff options
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index 119f24c9e48a..e859e35065b6 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -111,9 +111,8 @@ private: WinBits nStyle, sal_uInt16 nTypeStyle, const ::com::sun::star::uno::Any& ); - // Copy assignment is forbidden and not implemented. - ImplBorderWindow (const ImplBorderWindow &); - ImplBorderWindow& operator= (const ImplBorderWindow &); + ImplBorderWindow (const ImplBorderWindow &) SAL_DELETED_FUNCTION; + ImplBorderWindow& operator= (const ImplBorderWindow &) SAL_DELETED_FUNCTION; public: ImplBorderWindow( vcl::Window* pParent, |