summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-07-17 08:22:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-07-17 09:26:05 +0200
commit0e0d8af4e4f697da76fa37a2533798d9dc55597c (patch)
treee41e54c3c667dad62eb963977cd1c55760268206 /cui
parentef8f88a7df19559f6a748c3c1dad2b245d3d30d8 (diff)
loplugin:unusedfields
Change-Id: I38abc54776cc605c76faf94e9e8c0f4fa75b8788 Reviewed-on: https://gerrit.libreoffice.org/75740 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optpath.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx
index 5a53d1fe5267..9a0cbb1f6ff3 100644
--- a/cui/source/options/optpath.cxx
+++ b/cui/source/options/optpath.cxx
@@ -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 );
}