summaryrefslogtreecommitdiff
path: root/include/svtools/ctrlbox.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-12 15:25:41 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-12 17:52:26 +0200
commitbff4c13475957863bfa7da5bc3bcf82a64a7503a (patch)
tree23530ecc27cb8d46b26d5d4aea6b058e5fbaf9db /include/svtools/ctrlbox.hxx
parent27491c28cb67ada0a4c5eaa90eaf589425990582 (diff)
Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
Diffstat (limited to 'include/svtools/ctrlbox.hxx')
-rw-r--r--include/svtools/ctrlbox.hxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/svtools/ctrlbox.hxx b/include/svtools/ctrlbox.hxx
index eedb574af60e..bdecb651e967 100644
--- a/include/svtools/ctrlbox.hxx
+++ b/include/svtools/ctrlbox.hxx
@@ -194,8 +194,8 @@ public:
}
private:
- ColorListBox( const ColorListBox& ) SAL_DELETED_FUNCTION;
- ColorListBox& operator =( const ColorListBox& ) SAL_DELETED_FUNCTION;
+ ColorListBox( const ColorListBox& ) = delete;
+ ColorListBox& operator =( const ColorListBox& ) = delete;
};
inline void ColorListBox::SelectEntry( const Color& rColor, bool bSelect )
@@ -345,8 +345,8 @@ protected:
Color GetColorDist( sal_Int32 nPos = 0 );
private:
- LineListBox( const LineListBox& ) SAL_DELETED_FUNCTION;
- LineListBox& operator =( const LineListBox& ) SAL_DELETED_FUNCTION;
+ LineListBox( const LineListBox& ) = delete;
+ LineListBox& operator =( const LineListBox& ) = delete;
};
inline void LineListBox::SetColor( const Color& rColor )
@@ -401,8 +401,8 @@ public:
private:
void InitFontMRUEntriesFile();
- FontNameBox( const FontNameBox& ) SAL_DELETED_FUNCTION;
- FontNameBox& operator =( const FontNameBox& ) SAL_DELETED_FUNCTION;
+ FontNameBox( const FontNameBox& ) = delete;
+ FontNameBox& operator =( const FontNameBox& ) = delete;
};
class SVT_DLLPUBLIC FontStyleBox : public ComboBox
@@ -425,8 +425,8 @@ public:
void Fill( const OUString& rName, const FontList* pList );
private:
- FontStyleBox( const FontStyleBox& ) SAL_DELETED_FUNCTION;
- FontStyleBox& operator =( const FontStyleBox& ) SAL_DELETED_FUNCTION;
+ FontStyleBox( const FontStyleBox& ) = delete;
+ FontStyleBox& operator =( const FontStyleBox& ) = delete;
};
inline void FontStyleBox::SetText( const OUString& rText )
@@ -481,8 +481,8 @@ public:
virtual sal_Int64 GetValue() const SAL_OVERRIDE;
private:
- FontSizeBox( const FontSizeBox& ) SAL_DELETED_FUNCTION;
- FontSizeBox& operator =( const FontSizeBox& ) SAL_DELETED_FUNCTION;
+ FontSizeBox( const FontSizeBox& ) = delete;
+ FontSizeBox& operator =( const FontSizeBox& ) = delete;
};
#endif // INCLUDED_SVTOOLS_CTRLBOX_HXX