diff options
Diffstat (limited to 'include/sfx2/sfxhelp.hxx')
-rw-r--r-- | include/sfx2/sfxhelp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx index 06cd21c6eec3..7f4d687b102d 100644 --- a/include/sfx2/sfxhelp.hxx +++ b/include/sfx2/sfxhelp.hxx @@ -51,7 +51,7 @@ public: // Check for built-in help static bool IsHelpInstalled(); - static OUString GetURLHelpText(const OUString&); + static OUString GetURLHelpText(std::u16string_view); }; #endif // INCLUDED_SFX2_SFXHELP_HXX |