summaryrefslogtreecommitdiff
path: root/xmlhelp
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-17 11:19:24 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-17 11:19:55 +0200
commit401d07f31fde6992125b498fc2ac798a6523ca26 (patch)
treeb255a5fbdc04465c2ab90d14f85f028798dbc034 /xmlhelp
parent586a461af3a8212939b2e3287c6af450932f23d6 (diff)
loplugin:datamembershadow
Change-Id: I0206905ce95467a560f8ed24db4403df07d3680e
Diffstat (limited to 'xmlhelp')
-rw-r--r--xmlhelp/source/cxxhelp/provider/provider.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/provider.hxx b/xmlhelp/source/cxxhelp/provider/provider.hxx
index 3b62b6909c4a..febcc464345a 100644
--- a/xmlhelp/source/cxxhelp/provider/provider.hxx
+++ b/xmlhelp/source/cxxhelp/provider/provider.hxx
@@ -144,8 +144,6 @@ namespace chelp {
// Non-interface methods.
private:
-
- osl::Mutex m_aMutex;
bool isInitialized;
OUString m_aScheme;
Databases* m_pDatabases;