summaryrefslogtreecommitdiffstats
path: root/include/vcl/btndlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/btndlg.hxx')
-rw-r--r--include/vcl/btndlg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/btndlg.hxx b/include/vcl/btndlg.hxx
index cf5206e35d27..692c611c5869 100644
--- a/include/vcl/btndlg.hxx
+++ b/include/vcl/btndlg.hxx
@@ -80,8 +80,8 @@ protected:
SAL_DLLPRIVATE long ImplGetButtonSize();
private:
- ButtonDialog( const ButtonDialog & ) SAL_DELETED_FUNCTION;
- ButtonDialog& operator=( const ButtonDialog& ) SAL_DELETED_FUNCTION;
+ ButtonDialog( const ButtonDialog & ) = delete;
+ ButtonDialog& operator=( const ButtonDialog& ) = delete;
private:
std::vector<std::unique_ptr<ImplBtnDlgItem>> m_ItemList;