diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-06 08:57:27 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-10-06 13:03:03 +0200 |
commit | ce6babf777882d78dbf322de74f321354ac7b351 (patch) | |
tree | d016b73b5622d36c1dfbbd3f2f15ace42c9ac507 /sc/source/ui/inc/inputhdl.hxx | |
parent | 3c7cbaf19a5108e3870df6556c16ef25710011a2 (diff) |
use more string_view in sc
Change-Id: Ic7126ac57f8cc06b37f3098603f0710602f0ab28
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140998
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/inputhdl.hxx')
-rw-r--r-- | sc/source/ui/inc/inputhdl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/inputhdl.hxx b/sc/source/ui/inc/inputhdl.hxx index 067798b7cd8b..1506a0c2a2b3 100644 --- a/sc/source/ui/inc/inputhdl.hxx +++ b/sc/source/ui/inc/inputhdl.hxx @@ -257,7 +257,7 @@ public: // Communication with the autopilot function void InputGetSelection ( sal_Int32& rStart, sal_Int32& rEnd ); void InputSetSelection ( sal_Int32 nStart, sal_Int32 nEnd ); - void InputReplaceSelection ( const OUString& rStr ); + void InputReplaceSelection ( std::u16string_view aStr ); void InputTurnOffWinEngine(); bool IsFormulaMode() const { return bFormulaMode; } |