summaryrefslogtreecommitdiff
path: root/include/framework/framecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/framecontainer.hxx')
-rw-r--r--include/framework/framecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/framecontainer.hxx b/include/framework/framecontainer.hxx
index 9cd896ac7f61..1678a8670067 100644
--- a/include/framework/framecontainer.hxx
+++ b/include/framework/framecontainer.hxx
@@ -82,7 +82,7 @@ class FrameContainer final
/// special helper for Frame::findFrame()
css::uno::Reference< css::frame::XFrame > searchOnAllChildrens ( const OUString& sName ) const;
- css::uno::Reference< css::frame::XFrame > searchOnDirectChildrens( const OUString& sName ) const;
+ css::uno::Reference< css::frame::XFrame > searchOnDirectChildrens( std::u16string_view sName ) const;
}; // class FrameContainer