From c77e30cbc0e7fb56593dac345291fd33998fbaf0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 14 Aug 2019 20:11:07 +0200 Subject: replace ".get->" with "->" Change-Id: I327a6fda1fe0170da33e06b735f09a39421c8a58 Reviewed-on: https://gerrit.libreoffice.org/77469 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sfx2/source/sidebar/SidebarController.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/sidebar/SidebarController.cxx') diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx index a109cb8eec06..ffefcf1d5f8a 100644 --- a/sfx2/source/sidebar/SidebarController.cxx +++ b/sfx2/source/sidebar/SidebarController.cxx @@ -890,7 +890,7 @@ VclPtr SidebarController::CreatePanel ( *xPanelDescriptor, pParentWindow, bIsInitiallyExpanded, - [pDeck]() { return pDeck.get()->RequestLayout(); }, + [pDeck]() { return pDeck->RequestLayout(); }, [this]() { return this->GetCurrentContext(); }, mxFrame); -- cgit