From ef0c0dfd77f3012fc487a8a3f5e70187bdcc1347 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 9 Oct 2018 10:58:38 +0200 Subject: loplugin:unusedfields Change-Id: Iacce8e12a85f857192dc0520b795e1990a3612db Reviewed-on: https://gerrit.libreoffice.org/61575 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/tabpages/backgrnd.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cui') 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 pLoadIdle; - bool bIsImportDlgInExecute = false; -}; - /// Returns the fill style of the currently selected entry. static drawing::FillStyle lcl_getFillStyle(const weld::ComboBox& rLbSelect) { -- cgit