From 61c50286fa2b6cf455bbd067ed6e8a31105b5475 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 7 Feb 2015 12:34:38 +0100 Subject: loplugin:deletedspecial Change-Id: I6e5fb5562d73239eae32a4ef668aa88551608be2 --- writerfilter/source/rtftok/rtfvalue.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'writerfilter/source/rtftok') diff --git a/writerfilter/source/rtftok/rtfvalue.hxx b/writerfilter/source/rtftok/rtfvalue.hxx index dcd5bbaf81e0..970c2328dad2 100644 --- a/writerfilter/source/rtftok/rtfvalue.hxx +++ b/writerfilter/source/rtftok/rtfvalue.hxx @@ -58,7 +58,7 @@ public: RTFShape& getShape() const; bool equals(RTFValue& rOther); private: - RTFValue& operator=(RTFValue const& rOther); + RTFValue& operator=(RTFValue const& rOther) SAL_DELETED_FUNCTION; int m_nValue; OUString m_sValue; std::shared_ptr m_pAttributes; -- cgit