From 034f2e1a2ace6c05e0a9fde192f4929303754544 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:25:07 +0100 Subject: loplugin:deletedspecial Change-Id: I1e61d3553795ed8e2b7bc6fa3d1c0f881e777b08 --- reportdesign/inc/conditionalexpression.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'reportdesign/inc/conditionalexpression.hxx') diff --git a/reportdesign/inc/conditionalexpression.hxx b/reportdesign/inc/conditionalexpression.hxx index ae65306d68b7..04270c70d108 100644 --- a/reportdesign/inc/conditionalexpression.hxx +++ b/reportdesign/inc/conditionalexpression.hxx @@ -100,9 +100,8 @@ namespace rptui static size_t getKnownConditionalExpressions( ConditionalExpressions& _out_rCondExp ); private: - ConditionalExpressionFactory(); // never implemented - ConditionalExpressionFactory( const ConditionalExpressionFactory& ); // never implemented - ConditionalExpressionFactory& operator=( const ConditionalExpressionFactory& ); // never implemented + ConditionalExpressionFactory( const ConditionalExpressionFactory& ) SAL_DELETED_FUNCTION; + ConditionalExpressionFactory& operator=( const ConditionalExpressionFactory& ) SAL_DELETED_FUNCTION; }; } // namespace rptui -- cgit