diff options
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r-- | include/vcl/floatwin.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx index 5ad30a7282e5..d017b218901e 100644 --- a/include/vcl/floatwin.hxx +++ b/include/vcl/floatwin.hxx @@ -95,9 +95,8 @@ private: SAL_DLLPRIVATE void ImplCallPopupModeEnd(); DECL_DLLPRIVATE_LINK( ImplEndPopupModeHdl, void* ); - // Copy assignment is forbidden and not implemented. - SAL_DLLPRIVATE FloatingWindow (const FloatingWindow &); - SAL_DLLPRIVATE FloatingWindow & operator= (const FloatingWindow &); + FloatingWindow (const FloatingWindow &) SAL_DELETED_FUNCTION; + FloatingWindow & operator= (const FloatingWindow &) SAL_DELETED_FUNCTION; protected: using Window::ImplInit; |