summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/scuiimoptdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui/scuiimoptdlg.cxx')
-rw-r--r--sc/source/ui/dbgui/scuiimoptdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/scuiimoptdlg.cxx b/sc/source/ui/dbgui/scuiimoptdlg.cxx
index f81e3c50794a..9969251729e8 100644
--- a/sc/source/ui/dbgui/scuiimoptdlg.cxx
+++ b/sc/source/ui/dbgui/scuiimoptdlg.cxx
@@ -39,7 +39,7 @@ public:
nDelIdx ( 0 )
{}
- sal_uInt16 GetCode( const OUString& rDelimiter ) const;
+ sal_uInt16 GetCode( std::u16string_view rDelimiter ) const;
OUString GetDelimiter( sal_Unicode nCode ) const;
OUString FirstDel() { nDelIdx = 0; return theDelTab.getToken( 0, cSep, nDelIdx ); }
@@ -51,7 +51,7 @@ private:
sal_Int32 nDelIdx;
};
-sal_uInt16 ScDelimiterTable::GetCode( const OUString& rDel ) const
+sal_uInt16 ScDelimiterTable::GetCode( std::u16string_view rDel ) const
{
if (!theDelTab.isEmpty())
{