diff options
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r-- | include/vcl/syswin.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx index 098f49e34d22..f5a1eca23669 100644 --- a/include/vcl/syswin.hxx +++ b/include/vcl/syswin.hxx @@ -158,13 +158,6 @@ public: SAL_DLLPRIVATE bool ImplIsInTaskPaneList( Window* pWin ); private: - // Default construction is forbidden and not implemented. - SystemWindow(); - - // Copy assignment is forbidden and not implemented. - SystemWindow (const SystemWindow &); - SystemWindow & operator= (const SystemWindow &); - SAL_DLLPRIVATE void ImplMoveToScreen( long& io_rX, long& io_rY, long i_nWidth, long i_nHeight, Window* i_pConfigureWin ); protected: |