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