summaryrefslogtreecommitdiffstats
path: root/framework/source/classes/framecontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/framecontainer.cxx')
-rw-r--r--framework/source/classes/framecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/classes/framecontainer.cxx b/framework/source/classes/framecontainer.cxx
index 4063ed938001..a23e3633e149 100644
--- a/framework/source/classes/framecontainer.cxx
+++ b/framework/source/classes/framecontainer.cxx
@@ -273,7 +273,7 @@ FrameContainer::searchOnAllChildrens(const OUString& sName) const
@threadsafe yes
*****************************************************************************************************************/
css::uno::Reference<css::frame::XFrame>
-FrameContainer::searchOnDirectChildrens(const OUString& sName) const
+FrameContainer::searchOnDirectChildrens(std::u16string_view sName) const
{
SolarMutexGuard g;
css::uno::Reference<css::frame::XFrame> xSearchedFrame;