sd/source/ui/sidebar/MasterPagesSelector.cxx | 1 - sd/source/ui/sidebar/MasterPagesSelector.hxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit f8a08b2515342e6ef9d91865bb5262640f81703f Author: Stephan Bergmann <stephan.bergm...@allotropia.de> AuthorDate: Sun Mar 16 12:22:13 2025 +0100 Commit: Stephan Bergmann <stephan.bergm...@allotropia.de> CommitDate: Sun Mar 16 13:14:29 2025 +0100 -Werror,-Wunused-private-field ...since 98b86bff2c7350ad9a22eb0db7f7696672c6db51 "tdf#165606 sd: fix master slide panel doesn't resized correctly" Change-Id: Ie67b2cdbb9b870aa299b33ad0b8428ce7eb88618 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182996 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de> diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx b/sd/source/ui/sidebar/MasterPagesSelector.cxx index b0e146596c9d..23f09a1d79fe 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.cxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx @@ -60,7 +60,6 @@ MasterPagesSelector::MasterPagesSelector(weld::Widget* pParent, SdDrawDocument& , mrDocument(rDocument) , mrBase(rBase) , mxSidebar(std::move(xSidebar)) - , maIconViewId(rIconViewId) { mxPreviewIconView->connect_item_activated(LINK(this, MasterPagesSelector, MasterPageSelected)); mxPreviewIconView->connect_mouse_press(LINK(this, MasterPagesSelector, MousePressHdl)); diff --git a/sd/source/ui/sidebar/MasterPagesSelector.hxx b/sd/source/ui/sidebar/MasterPagesSelector.hxx index 28c1761ccbf2..3731a491da74 100644 --- a/sd/source/ui/sidebar/MasterPagesSelector.hxx +++ b/sd/source/ui/sidebar/MasterPagesSelector.hxx @@ -150,7 +150,6 @@ protected: private: css::uno::Reference<css::ui::XSidebar> mxSidebar; - OUString maIconViewId; /** The offset between ValueSet index and MasterPageContainer::Token last seen. This value is used heuristically to speed up the lookup