diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-06 10:36:14 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-07 06:52:29 +0000 |
commit | fc0079ee90ab466ca5391292ed1be9e937ef6f2a (patch) | |
tree | 81b25d9d6b107525a8d8b179a32619a569fe4c45 /xmlhelp/source/cxxhelp/qe | |
parent | c4e74d50901eeaf979be4707815c1d3490b543ea (diff) |
loplugin:unusedmethods xmlhelp
Change-Id: Iaaeb6e6f928c6e40112b6c852a6868e1f4abdc47
Reviewed-on: https://gerrit.libreoffice.org/16793
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'xmlhelp/source/cxxhelp/qe')
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/DocGenerator.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx b/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx index 874a67e2ebb1..c82ac7158555 100644 --- a/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx +++ b/xmlhelp/source/cxxhelp/qe/DocGenerator.cxx @@ -29,8 +29,7 @@ RoleFiller RoleFiller::roleFiller_; RoleFiller::RoleFiller() - : m_nRefcount( 0 ), - fillers_( 0 ) + : fillers_( 0 ) { } |