summaryrefslogtreecommitdiff
path: root/include/sfx2/sidebar/Panel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/sidebar/Panel.hxx')
-rw-r--r--include/sfx2/sidebar/Panel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sidebar/Panel.hxx b/include/sfx2/sidebar/Panel.hxx
index c934f3e58169..ea4a81870744 100644
--- a/include/sfx2/sidebar/Panel.hxx
+++ b/include/sfx2/sidebar/Panel.hxx
@@ -72,7 +72,7 @@ public:
css::uno::Reference<css::awt::XWindow> GetElementWindow();
void SetExpanded(const bool bIsExpanded);
bool IsExpanded() const { return mbIsExpanded; }
- bool HasIdPredicate(const OUString& rsId) const;
+ bool HasIdPredicate(std::u16string_view rsId) const;
const OUString& GetId() const { return msPanelId; }
void TriggerDeckLayouting() { maDeckLayoutTrigger(); }