summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/edtwin.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-10 10:36:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-10 12:15:17 +0200
commit18ef391582e1f8db5838dfc1aaff36f78ce51447 (patch)
tree34f19156e59bf0bf08a9b05102849332cf465684 /sw/source/uibase/docvw/edtwin.cxx
parentd25de4a04671c2f380fc86a58259b073c49dfe19 (diff)
loplugin:ostr in sw/../uibase
Change-Id: I4f4284b55d481caa006743688e6d83cc3c713b5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168601 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/uibase/docvw/edtwin.cxx')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 3752d4a418f4..8c41e02a98bc 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -5481,7 +5481,7 @@ SwEditWin::SwEditWin(vcl::Window *pParent, SwView &rMyView):
m_nKS_NUMINDENTINC_Count(0),
m_pFrameControlsManager(new SwFrameControlsManager(this))
{
- set_id("writer_edit");
+ set_id(u"writer_edit"_ustr);
SetHelpId(HID_EDIT_WIN);
EnableChildTransparentMode();
SetDialogControlFlags( DialogControlFlags::Return | DialogControlFlags::WantFocus );
@@ -5720,7 +5720,7 @@ void SwEditWin::Command( const CommandEvent& rCEvt )
aEvent.ExecutePosition.Y = aPixPos.Y();
rtl::Reference<VCLXPopupMenu> xMenu;
rtl::Reference<VCLXPopupMenu> xMenuInterface = aROPopup.CreateMenuInterface();
- if (GetView().TryContextMenuInterception(xMenuInterface, "private:resource/ReadonlyContextMenu", xMenu, aEvent))
+ if (GetView().TryContextMenuInterception(xMenuInterface, u"private:resource/ReadonlyContextMenu"_ustr, xMenu, aEvent))
{
if (xMenu.is())
{