summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/newhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/newhelp.cxx')
-rw-r--r--sfx2/source/appl/newhelp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/newhelp.cxx b/sfx2/source/appl/newhelp.cxx
index ecca2f806228..a01f5d6a6bdc 100644
--- a/sfx2/source/appl/newhelp.cxx
+++ b/sfx2/source/appl/newhelp.cxx
@@ -1095,7 +1095,7 @@ static void GetBookmarkEntry_Impl
}
}
-void BookmarksTabPage_Impl::DoAction(const OString& rAction)
+void BookmarksTabPage_Impl::DoAction(std::string_view rAction)
{
if (rAction == "display")
aDoubleClickHdl.Call(nullptr);
@@ -1379,7 +1379,7 @@ void SfxHelpIndexWindow_Impl::SetActiveFactory()
}
}
-HelpTabPage_Impl* SfxHelpIndexWindow_Impl::GetPage(const OString& rName)
+HelpTabPage_Impl* SfxHelpIndexWindow_Impl::GetPage(std::string_view rName)
{
HelpTabPage_Impl* pPage = nullptr;
@@ -2542,7 +2542,7 @@ void SfxHelpWindow_Impl::SetHelpURL( const OUString& rURL )
SetFactory( aObj.GetHost() );
}
-void SfxHelpWindow_Impl::DoAction(const OString& rActionId)
+void SfxHelpWindow_Impl::DoAction(std::string_view rActionId)
{
if (rActionId == "index")
{