summaryrefslogtreecommitdiffstats
path: root/sfx2/source/sidebar/Panel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Panel.cxx')
-rw-r--r--sfx2/source/sidebar/Panel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Panel.cxx b/sfx2/source/sidebar/Panel.cxx
index c45a1e5efd42..793ee94ab85b 100644
--- a/sfx2/source/sidebar/Panel.cxx
+++ b/sfx2/source/sidebar/Panel.cxx
@@ -146,7 +146,7 @@ void Panel::SetExpanded (const bool bIsExpanded)
}
}
-bool Panel::HasIdPredicate (const OUString& rsId) const
+bool Panel::HasIdPredicate (std::u16string_view rsId) const
{
return msPanelId == rsId;
}