summaryrefslogtreecommitdiff
path: root/reportdesign/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-04 15:34:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-04 16:53:19 +0100
commitc233b1b63750a995fcc0547459fae4cf3ec9e735 (patch)
treec354d2bcf91de7f3696a158c71dde95f00df7a44 /reportdesign/inc
parentc5653039412114a14eb0b53e6e1ca26efaf468cd (diff)
coverity#1371177 default assign is good enough
and coverity#1371311 coverity#1371240 Change-Id: I1f792b9a8e3e386633d4026d8b073ab615d243f3
Diffstat (limited to 'reportdesign/inc')
-rw-r--r--reportdesign/inc/reportformula.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/reportdesign/inc/reportformula.hxx b/reportdesign/inc/reportformula.hxx
index 1e591b8644b1..4e41ae2d164f 100644
--- a/reportdesign/inc/reportformula.hxx
+++ b/reportdesign/inc/reportformula.hxx
@@ -56,8 +56,6 @@ namespace rptui
ReportFormula( const BindType _eType, const OUString& _rFieldOrExpression );
~ReportFormula();
- ReportFormula& operator=(class ReportFormula const &);
-
/// returns whether the object denotes a valid formula
bool isValid() const;