diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-06 10:33:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-06 14:37:11 +0200 |
commit | 07e87211c2b2e98fd176fef2018723b50c8dbb1a (patch) | |
tree | 34ccdfe4aeaecdc4d646462a6634e7852c0ced35 /dbaccess/source/ui/control/RelationControl.cxx | |
parent | 3e62ac3e9ef2f6759d8faca2c012dba51c314ba5 (diff) |
loplugin:simplifyconstruct in dbaccess..drawinglayer
Change-Id: I83624d8bc787aaaaf6071171c882a6e5bde70a0d
Reviewed-on: https://gerrit.libreoffice.org/60075
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess/source/ui/control/RelationControl.cxx')
-rw-r--r-- | dbaccess/source/ui/control/RelationControl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/control/RelationControl.cxx b/dbaccess/source/ui/control/RelationControl.cxx index da01c624dbef..068db126efff 100644 --- a/dbaccess/source/ui/control/RelationControl.cxx +++ b/dbaccess/source/ui/control/RelationControl.cxx @@ -132,8 +132,6 @@ namespace dbaui BrowserMode::AUTOSIZE_LASTCOL) , m_pBoxControl(nullptr) , m_nDataPos(0) - , m_xSourceDef(nullptr) - , m_xDestDef(nullptr) { } |