summaryrefslogtreecommitdiff
path: root/scaddins/source/analysis/analysishelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins/source/analysis/analysishelper.hxx')
-rw-r--r--scaddins/source/analysis/analysishelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/scaddins/source/analysis/analysishelper.hxx b/scaddins/source/analysis/analysishelper.hxx
index 26c9a668ed49..6a8c3bb87ab9 100644
--- a/scaddins/source/analysis/analysishelper.hxx
+++ b/scaddins/source/analysis/analysishelper.hxx
@@ -223,7 +223,7 @@ public:
inline const OUString& GetSuffix() const;
sal_uInt16 GetStrIndex( sal_uInt16 nParamNum ) const;
- inline bool Is( const OUString& rCompareTo ) const;
+ inline bool Is( std::u16string_view rCompareTo ) const;
inline const std::vector<OUString> &
GetCompNameList() const;
@@ -618,7 +618,7 @@ inline const OUString& FuncData::GetSuffix() const
}
-inline bool FuncData::Is( const OUString& r ) const
+inline bool FuncData::Is( std::u16string_view r ) const
{
return aIntName == r;
}