summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar')
-rw-r--r--sfx2/source/sidebar/SidebarPanelBase.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/sidebar/SidebarPanelBase.cxx b/sfx2/source/sidebar/SidebarPanelBase.cxx
index fd46b96b5c2a..f0829599e6db 100644
--- a/sfx2/source/sidebar/SidebarPanelBase.cxx
+++ b/sfx2/source/sidebar/SidebarPanelBase.cxx
@@ -52,8 +52,7 @@ SidebarPanelBase::SidebarPanelBase (
const css::uno::Reference<css::frame::XFrame>& rxFrame,
std::unique_ptr<PanelLayout> xControl,
const css::ui::LayoutSize& rLayoutSize)
- : SidebarPanelBaseInterfaceBase(m_aMutex),
- mxFrame(rxFrame),
+ : mxFrame(rxFrame),
mxControl(std::move(xControl)),
msResourceURL(rsResourceURL),
maLayoutSize(rLayoutSize)
@@ -78,7 +77,7 @@ void SidebarPanelBase::SetParentPanel(sfx2::sidebar::Panel* pPanel)
mxControl->SetPanel(pPanel);
}
-void SAL_CALL SidebarPanelBase::disposing()
+void SidebarPanelBase::disposing(std::unique_lock<std::mutex>&)
{
SolarMutexGuard aGuard;