summaryrefslogtreecommitdiff
path: root/starmath/inc/cursor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 12:06:34 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 15:04:33 +0200
commit6a0a0a4d78bb8850bf4a304b83784d3822895efe (patch)
tree2800dce4daa42965a010336456117733830e2694 /starmath/inc/cursor.hxx
parent832b23d9376019619929764606276aacde1e329a (diff)
use more string_view in comphelper::string
Change-Id: I5d27824694e38de540e5f1fcd8704f8777f65140 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114261 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/cursor.hxx')
-rw-r--r--starmath/inc/cursor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/cursor.hxx b/starmath/inc/cursor.hxx
index 6346017ee5bb..4b670e61cb8c 100644
--- a/starmath/inc/cursor.hxx
+++ b/starmath/inc/cursor.hxx
@@ -124,7 +124,7 @@ public:
* For more complex expressions use InsertCommandText, this method doesn't
* use SmParser, this means that it's faster, but not as strong.
*/
- void InsertSpecial(const OUString& aString);
+ void InsertSpecial(std::u16string_view aString);
/** Create sub-/super script
*