diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-05-31 09:57:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-01 10:23:29 +0200 |
commit | ec49191e58df2f5cb37e2608f3262e9604385fb0 (patch) | |
tree | 0c17db87473951ed31f4ea482fd4f321173a31c5 /sc/source/ui/drawfunc/fudraw.cxx | |
parent | a06946271e7139352501e0840256402ac43f4c65 (diff) |
loplugin:ostr in sc/../drawfunc
Change-Id: I5191883a86a004f2e7c283dc0e0e77de2f7eda04
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168281
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/drawfunc/fudraw.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fudraw.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/drawfunc/fudraw.cxx b/sc/source/ui/drawfunc/fudraw.cxx index 1e0c0e5f8ad5..f7c92e396474 100644 --- a/sc/source/ui/drawfunc/fudraw.cxx +++ b/sc/source/ui/drawfunc/fudraw.cxx @@ -199,7 +199,7 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt) case KEY_ESCAPE: if ( rViewShell.IsDrawTextShell() || aSfxRequest.GetSlot() == SID_DRAW_NOTEEDIT ) { - collectUIInformation("CLOSE"); + collectUIInformation(u"CLOSE"_ustr); // if object selected -> normal draw-shell, else turn off drawing rViewData.GetDispatcher().Execute(aSfxRequest.GetSlot(), SfxCallMode::SLOT | SfxCallMode::RECORD); bReturn = true; |