summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-05-31 15:07:58 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-06-02 06:32:07 +0000
commit8e8a88ec1ad02c153ae3c7653edc81716dc91b7a (patch)
tree6762b644bdfbadeaacea13c05abb23b8c95e1efe /include/sfx2
parentb6056eabfa8583d687165e3f9656cd322230829c (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 'include/sfx2')
-rw-r--r--include/sfx2/sfxhelp.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index aee749cc6220..12b2f806fcd8 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -26,12 +26,11 @@
#include <vcl/help.hxx>
#include <memory>
-class SfxHelp_Impl;
class SfxFrame;
+
class SFX2_DLLPUBLIC SfxHelp : public Help
{
bool bIsDebug;
- std::unique_ptr< SfxHelp_Impl > pImpl;
private:
SAL_DLLPRIVATE bool Start_Impl( const OUString& rURL, const vcl::Window* pWindow, const OUString& rKeyword );