diff options
Diffstat (limited to 'include/vcl/wrkwin.hxx')
-rw-r--r-- | include/vcl/wrkwin.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/wrkwin.hxx b/include/vcl/wrkwin.hxx index 5b3a266790f2..637bfc8779a6 100644 --- a/include/vcl/wrkwin.hxx +++ b/include/vcl/wrkwin.hxx @@ -53,8 +53,8 @@ private: SAL_DLLPRIVATE void ImplInit( vcl::Window* pParent, WinBits nStyle, const ::com::sun::star::uno::Any& aSystemWorkWindowToken ); private: - SAL_DLLPRIVATE WorkWindow( const WorkWindow& rWin ); - SAL_DLLPRIVATE WorkWindow& operator =( const WorkWindow& rWin ); + WorkWindow( const WorkWindow& rWin ) SAL_DELETED_FUNCTION; + WorkWindow& operator =( const WorkWindow& rWin ) SAL_DELETED_FUNCTION; protected: explicit WorkWindow( WindowType nType ); |