diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-14 11:48:13 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-04-14 21:13:00 +0200 |
commit | 4475483b92da89f6ab7fa503c6db920b7b50d1b7 (patch) | |
tree | fb881733ddaba22fff30e2246c9b860068969da0 /sd/source/ui/inc/DrawDocShell.hxx | |
parent | 003e2873e4463974e59e1f909f9250cde743851f (diff) |
use more string_view in sd
Change-Id: I301f3d8a6634df8be5fdd42649c0c265da8f9099
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133004
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/source/ui/inc/DrawDocShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawDocShell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/DrawDocShell.hxx b/sd/source/ui/inc/DrawDocShell.hxx index 5f15ffe9922f..15fa5ebd41ad 100644 --- a/sd/source/ui/inc/DrawDocShell.hxx +++ b/sd/source/ui/inc/DrawDocShell.hxx @@ -124,7 +124,7 @@ public: void Disconnect(sd::ViewShell const * pViewSh); void UpdateTablePointers(); - void GotoBookmark(const OUString& rBookmark); + void GotoBookmark(std::u16string_view rBookmark); BitmapEx GetPagePreviewBitmap(SdPage* pPage); |