summaryrefslogtreecommitdiffstats
path: root/include/svtools/inettbc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/inettbc.hxx')
-rw-r--r--include/svtools/inettbc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 21e4e0913dd9..1789440f6799 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -96,7 +96,7 @@ public:
void SetPlaceHolder(const OUString& sPlaceHolder) { aPlaceHolder = sPlaceHolder; }
const OUString& GetPlaceHolder() const { return aPlaceHolder; }
- bool MatchesPlaceHolder(const OUString& sToMatch) const
+ bool MatchesPlaceHolder(std::u16string_view sToMatch) const
{
return (!aPlaceHolder.isEmpty() && aPlaceHolder == sToMatch);
}