summaryrefslogtreecommitdiff
path: root/reportdesign/source/core/inc/FormattedField.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/core/inc/FormattedField.hxx')
-rw-r--r--reportdesign/source/core/inc/FormattedField.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/core/inc/FormattedField.hxx b/reportdesign/source/core/inc/FormattedField.hxx
index 1b25ce0e6bd6..3569a4577b37 100644
--- a/reportdesign/source/core/inc/FormattedField.hxx
+++ b/reportdesign/source/core/inc/FormattedField.hxx
@@ -50,8 +50,8 @@ namespace reportdesign
::sal_Int32 m_nFormatKey;
private:
- OFormattedField(const OFormattedField&) SAL_DELETED_FUNCTION;
- OFormattedField& operator=(const OFormattedField&) SAL_DELETED_FUNCTION;
+ OFormattedField(const OFormattedField&) = delete;
+ OFormattedField& operator=(const OFormattedField&) = delete;
template <typename T> void set( const OUString& _sProperty
,const T& _Value