summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 10:58:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-09 12:30:36 +0200
commitef0c0dfd77f3012fc487a8a3f5e70187bdcc1347 (patch)
tree2780d8d40c31dea31c18621baf93cef51a4853bc /cui
parentf7ce839c7844f029c0a1ac83a5638e83356b4c4b (diff)
loplugin:unusedfields
Change-Id: Iacce8e12a85f857192dc0520b795e1990a3612db Reviewed-on: https://gerrit.libreoffice.org/61575 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/backgrnd.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/cui/source/tabpages/backgrnd.cxx b/cui/source/tabpages/backgrnd.cxx
index 52384f3cdea5..00b60945d36b 100644
--- a/cui/source/tabpages/backgrnd.cxx
+++ b/cui/source/tabpages/backgrnd.cxx
@@ -67,12 +67,6 @@ const sal_uInt16 SvxBackgroundTabPage::pPageRanges[] =
0
};
-struct SvxBackgroundPage_Impl
-{
- std::unique_ptr<Idle> pLoadIdle;
- bool bIsImportDlgInExecute = false;
-};
-
/// Returns the fill style of the currently selected entry.
static drawing::FillStyle lcl_getFillStyle(const weld::ComboBox& rLbSelect)
{