summaryrefslogtreecommitdiff
path: root/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-02-07 12:25:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-02-07 12:36:00 +0100
commit034f2e1a2ace6c05e0a9fde192f4929303754544 (patch)
tree5f3c2432c3379cca7968ad0c22053ba17d7400b5 /reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
parentcd5c0adf811f8b63c312dc48c2790759eb19deeb (diff)
loplugin:deletedspecial
Change-Id: I1e61d3553795ed8e2b7bc6fa3d1c0f881e777b08
Diffstat (limited to 'reportdesign/source/filter/xml/xmlCondPrtExpr.hxx')
-rw-r--r--reportdesign/source/filter/xml/xmlCondPrtExpr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx b/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
index dce2020f56d4..58f78db1edef 100644
--- a/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
+++ b/reportdesign/source/filter/xml/xmlCondPrtExpr.hxx
@@ -28,8 +28,8 @@ namespace rptxml
class OXMLCondPrtExpr : public SvXMLImportContext
{
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > m_xComponent;
- OXMLCondPrtExpr(const OXMLCondPrtExpr&);
- void operator =(const OXMLCondPrtExpr&);
+ OXMLCondPrtExpr(const OXMLCondPrtExpr&) SAL_DELETED_FUNCTION;
+ void operator =(const OXMLCondPrtExpr&) SAL_DELETED_FUNCTION;
public:
OXMLCondPrtExpr( ORptFilter& _rImport