diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/backgrnd.cxx | 6 |
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) { |