summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:34:38 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:05 +0100
commit61c50286fa2b6cf455bbd067ed6e8a31105b5475 (patch)
treef088d88cb09991c20660edc4e7abd42682a68438 /writerfilter/source/rtftok
parentadd9dae7035a86204def97a953c75e26f313c51c (diff)
loplugin:deletedspecial
Change-Id: I6e5fb5562d73239eae32a4ef668aa88551608be2
Diffstat (limited to 'writerfilter/source/rtftok')
-rw-r--r--writerfilter/source/rtftok/rtfvalue.hxx2
1 files changed, 1 insertions, 1 deletions
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<RTFSprms> m_pAttributes;