summaryrefslogtreecommitdiff
path: root/cui/source/inc/thesdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/thesdlg.hxx')
-rw-r--r--cui/source/inc/thesdlg.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/cui/source/inc/thesdlg.hxx b/cui/source/inc/thesdlg.hxx
index a598f2e53575..a80177783dd3 100644
--- a/cui/source/inc/thesdlg.hxx
+++ b/cui/source/inc/thesdlg.hxx
@@ -37,8 +37,8 @@ class LookUpComboBox : public ComboBox
Idle m_aModifyIdle;
VclPtr<SvxThesaurusDialog> m_pDialog;
- LookUpComboBox( const LookUpComboBox & ) SAL_DELETED_FUNCTION;
- LookUpComboBox& operator = ( const LookUpComboBox & ) SAL_DELETED_FUNCTION;
+ LookUpComboBox( const LookUpComboBox & ) = delete;
+ LookUpComboBox& operator = ( const LookUpComboBox & ) = delete;
public:
LookUpComboBox(vcl::Window *pParent);
@@ -78,8 +78,8 @@ class ThesaurusAlternativesCtrl
typedef std::map< const SvTreeListEntry *, AlternativesExtraData > UserDataMap_t;
UserDataMap_t m_aUserData;
- ThesaurusAlternativesCtrl( const ThesaurusAlternativesCtrl & ) SAL_DELETED_FUNCTION;
- ThesaurusAlternativesCtrl & operator = ( const ThesaurusAlternativesCtrl & ) SAL_DELETED_FUNCTION;
+ ThesaurusAlternativesCtrl( const ThesaurusAlternativesCtrl & ) = delete;
+ ThesaurusAlternativesCtrl & operator = ( const ThesaurusAlternativesCtrl & ) = delete;
public:
ThesaurusAlternativesCtrl(vcl::Window* pParent);
@@ -102,8 +102,8 @@ class ReplaceEdit : public Edit
{
VclPtr<Button> m_pBtn;
- ReplaceEdit( const ReplaceEdit & ) SAL_DELETED_FUNCTION;
- ReplaceEdit & operator = ( const ReplaceEdit & ) SAL_DELETED_FUNCTION;
+ ReplaceEdit( const ReplaceEdit & ) = delete;
+ ReplaceEdit & operator = ( const ReplaceEdit & ) = delete;
public:
ReplaceEdit(vcl::Window *pParent);