summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 07:54:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 12:11:33 +0000
commitb495eb4dbaf9165414b2082572d96d14dbf38d1f (patch)
tree11287cca8fab4c0c047aad82509dce0dd4f68897 /extensions
parent97e61ba58c357564d8fbffea94c8aa56636480b9 (diff)
loplugin:datamembershadow
Change-Id: I8a737a2f22c7be9630a1f7562b4309e687bb85f9 Reviewed-on: https://gerrit.libreoffice.org/30948 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/submissionhandler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/submissionhandler.hxx b/extensions/source/propctrlr/submissionhandler.hxx
index 45d29bb7439a..3a43f2323bf2 100644
--- a/extensions/source/propctrlr/submissionhandler.hxx
+++ b/extensions/source/propctrlr/submissionhandler.hxx
@@ -68,7 +68,6 @@ namespace pcr
class SubmissionPropertyHandler : public EditPropertyHandler_Base, public ::comphelper::OPropertyChangeListener
{
private:
- ::osl::Mutex m_aMutex;
::std::unique_ptr< SubmissionHelper > m_pHelper;
::comphelper::OPropertyChangeMultiplexer* m_pPropChangeMultiplexer;