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:
@@ -90,14 +90,11 @@ struct OptPath_Impl
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// struct PathUserData_Impl ----------------------------------------------
|
|
||||||
|
|
||||||
struct PathUserData_Impl
|
struct PathUserData_Impl
|
||||||
{
|
{
|
||||||
sal_uInt16 nRealId;
|
sal_uInt16 nRealId;
|
||||||
SfxItemState eState;
|
SfxItemState eState;
|
||||||
OUString sUserPath;
|
OUString sUserPath;
|
||||||
OUString sInternalPath;
|
|
||||||
OUString sWritablePath;
|
OUString sWritablePath;
|
||||||
|
|
||||||
explicit PathUserData_Impl( sal_uInt16 nId ) :
|
explicit PathUserData_Impl( sal_uInt16 nId ) :
|
||||||
@@ -367,7 +364,6 @@ void SvxPathTabPage::Reset( const SfxItemSet* )
|
|||||||
}
|
}
|
||||||
PathUserData_Impl* pPathImpl = new PathUserData_Impl(i);
|
PathUserData_Impl* pPathImpl = new PathUserData_Impl(i);
|
||||||
pPathImpl->sUserPath = sUser;
|
pPathImpl->sUserPath = sUser;
|
||||||
pPathImpl->sInternalPath = sInternal;
|
|
||||||
pPathImpl->sWritablePath = sWritable;
|
pPathImpl->sWritablePath = sWritable;
|
||||||
pEntry->SetUserData( pPathImpl );
|
pEntry->SetUserData( pPathImpl );
|
||||||
}
|
}
|
||||||
|
@@ -78,7 +78,6 @@ private:
|
|||||||
bool bSuppressChangesOfSelection;
|
bool bSuppressChangesOfSelection;
|
||||||
bool bMirrorSide0;
|
bool bMirrorSide0;
|
||||||
sal_uInt16 nEditMode;
|
sal_uInt16 nEditMode;
|
||||||
css::uno::Reference< css::media::XPlayer > mxPlayer;
|
|
||||||
|
|
||||||
/** This pointer stores a candidate for assigning a style in the water
|
/** This pointer stores a candidate for assigning a style in the water
|
||||||
can mode between mouse button down and mouse button up.
|
can mode between mouse button down and mouse button up.
|
||||||
|
@@ -49,7 +49,6 @@ class SfxModelessDialog_Impl : public SfxListener
|
|||||||
public:
|
public:
|
||||||
OString aWinState;
|
OString aWinState;
|
||||||
SfxChildWindow* pMgr;
|
SfxChildWindow* pMgr;
|
||||||
bool bConstructed;
|
|
||||||
bool bClosing;
|
bool bClosing;
|
||||||
void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
|
void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override;
|
||||||
|
|
||||||
@@ -185,7 +184,6 @@ void SfxModelessDialogController::Init(SfxBindings *pBindinx, SfxChildWindow *pC
|
|||||||
m_pBindings = pBindinx;
|
m_pBindings = pBindinx;
|
||||||
m_xImpl.reset(new SfxModelessDialog_Impl);
|
m_xImpl.reset(new SfxModelessDialog_Impl);
|
||||||
m_xImpl->pMgr = pCW;
|
m_xImpl->pMgr = pCW;
|
||||||
m_xImpl->bConstructed = true;
|
|
||||||
m_xImpl->bClosing = false;
|
m_xImpl->bClosing = false;
|
||||||
if (pBindinx)
|
if (pBindinx)
|
||||||
m_xImpl->StartListening( *pBindinx );
|
m_xImpl->StartListening( *pBindinx );
|
||||||
|
Reference in New Issue
Block a user