diff options
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/hash.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/hash.hxx b/idl/inc/hash.hxx index fb3ba3227b28..67b18b34badb 100644 --- a/idl/inc/hash.hxx +++ b/idl/inc/hash.hxx @@ -53,7 +53,7 @@ public: SvStringHashEntry * Insert( OString const & rElement, sal_uInt32 * pInsertPos ); bool Test( OString const & rElement, sal_uInt32 * pInsertPos ); SvStringHashEntry * Get( sal_uInt32 nInsertPos ) const; - OString GetNearString( const OString& rName ) const; + OString GetNearString( std::string_view rName ) const; }; #endif // INCLUDED_IDL_INC_HASH_HXX |