diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-31 15:07:58 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-02 06:32:07 +0000 |
commit | 8e8a88ec1ad02c153ae3c7653edc81716dc91b7a (patch) | |
tree | 6762b644bdfbadeaacea13c05abb23b8c95e1efe /sfx2 | |
parent | b6056eabfa8583d687165e3f9656cd322230829c (diff) |
loplugin:unusedfields
Change-Id: Ieed5f4d9411478d2568b8e5f4bbe0782bd1d309d
Reviewed-on: https://gerrit.libreoffice.org/25724
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 22253868af2c..33121b8fb224 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -217,8 +217,7 @@ OUString SfxHelp_Impl::GetHelpText( const OUString& aCommandURL, const OUString& } SfxHelp::SfxHelp() : - bIsDebug( false ), - pImpl( new SfxHelp_Impl ) + bIsDebug( false ) { // read the environment variable "HELP_DEBUG" // if it's set, you will see debug output on active help |