loplugin:unusedfields

Change-Id: I38abc54776cc605c76faf94e9e8c0f4fa75b8788
Reviewed-on: https://gerrit.libreoffice.org/75740
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2019-07-17 08:22:48 +02:00
parent ef8f88a7df
commit 0e0d8af4e4
3 changed files with 0 additions and 7 deletions

View File

@@ -90,14 +90,11 @@ struct OptPath_Impl
}
};
// struct PathUserData_Impl ----------------------------------------------
struct PathUserData_Impl
{
sal_uInt16 nRealId;
SfxItemState eState;
OUString sUserPath;
OUString sInternalPath;
OUString sWritablePath;
explicit PathUserData_Impl( sal_uInt16 nId ) :
@@ -367,7 +364,6 @@ void SvxPathTabPage::Reset( const SfxItemSet* )
}
PathUserData_Impl* pPathImpl = new PathUserData_Impl(i);
pPathImpl->sUserPath = sUser;
pPathImpl->sInternalPath = sInternal;
pPathImpl->sWritablePath = sWritable;
pEntry->SetUserData( pPathImpl );
}

View File

@@ -78,7 +78,6 @@ private:
bool bSuppressChangesOfSelection;
bool bMirrorSide0;
sal_uInt16 nEditMode;
css::uno::Reference< css::media::XPlayer > mxPlayer;
/** This pointer stores a candidate for assigning a style in the water
can mode between mouse button down and mouse button up.

View File

@@ -49,7 +49,6 @@ class SfxModelessDialog_Impl : public SfxListener
public:
OString aWinState;
SfxChildWindow* pMgr;
bool bConstructed;
bool bClosing;
void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
@@ -185,7 +184,6 @@ void SfxModelessDialogController::Init(SfxBindings *pBindinx, SfxChildWindow *pC
m_pBindings = pBindinx;
m_xImpl.reset(new SfxModelessDialog_Impl);
m_xImpl->pMgr = pCW;
m_xImpl->bConstructed = true;
m_xImpl->bClosing = false;
if (pBindinx)
m_xImpl->StartListening( *pBindinx );