diff options
Diffstat (limited to 'include/vcl/btndlg.hxx')
-rw-r--r-- | include/vcl/btndlg.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx index d537592de190..fc51c15b95d1 100644 --- a/include/vcl/btndlg.hxx +++ b/include/vcl/btndlg.hxx @@ -72,9 +72,8 @@ protected: SAL_DLLPRIVATE long ImplGetButtonSize(); private: - // Copy assignment is forbidden and not implemented. - SAL_DLLPRIVATE ButtonDialog( const ButtonDialog & ); - SAL_DLLPRIVATE ButtonDialog& operator=( const ButtonDialog& ); + ButtonDialog( const ButtonDialog & ) SAL_DELETED_FUNCTION; + ButtonDialog& operator=( const ButtonDialog& ) SAL_DELETED_FUNCTION; private: boost::ptr_vector<ImplBtnDlgItem> maItemList; |