summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/Deck.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/Deck.hxx')
-rw-r--r--include/sfx2/sidebar/Deck.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Deck.hxx b/include/sfx2/sidebar/Deck.hxx
index 5122e915da14..69ac7f20de95 100644
--- a/include/sfx2/sidebar/Deck.hxx
+++ b/include/sfx2/sidebar/Deck.hxx
@@ -50,7 +50,7 @@ public:
void ResetPanels(const SharedPanelContainer& rPanels);
const SharedPanelContainer& GetPanels() const { return maPanels; }
- Panel* GetPanel(OUString const& panelId);
+ Panel* GetPanel(std::u16string_view panelId);
void RequestLayout();
vcl::Window* GetPanelParentWindow();