summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdview.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-10 13:18:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-11 12:41:09 +0200
commitbc91cc47505c448ded7297074ccff809b59e8ed1 (patch)
treeddd3d33ff41ae6021738a0dcda4f9dbb5c177dea /svx/source/svdraw/svdview.cxx
parent28a43d53b25c183a7997cc18819d6ee0c675df19 (diff)
loplugin:ostr in svx
Change-Id: Ia765a03e033acb82e367873380d289587ea87d6c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167449 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'svx/source/svdraw/svdview.cxx')
-rw-r--r--svx/source/svdraw/svdview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/svdraw/svdview.cxx b/svx/source/svdraw/svdview.cxx
index c2a919924464..bed1294645a2 100644
--- a/svx/source/svdraw/svdview.cxx
+++ b/svx/source/svdraw/svdview.cxx
@@ -479,10 +479,10 @@ SdrHitKind SdrView::PickAnything(const Point& rLogicPos, SdrViewEvent& rVEvt) co
// that data
static SvxURLField aSvxURLField;
- aSvxURLField.SetURL(pTextHierarchyFieldPrimitive2D->getValue("URL"));
- aSvxURLField.SetRepresentation(pTextHierarchyFieldPrimitive2D->getValue("Representation"));
- aSvxURLField.SetTargetFrame(pTextHierarchyFieldPrimitive2D->getValue("TargetFrame"));
- const OUString aFormat(pTextHierarchyFieldPrimitive2D->getValue("SvxURLFormat"));
+ aSvxURLField.SetURL(pTextHierarchyFieldPrimitive2D->getValue(u"URL"_ustr));
+ aSvxURLField.SetRepresentation(pTextHierarchyFieldPrimitive2D->getValue(u"Representation"_ustr));
+ aSvxURLField.SetTargetFrame(pTextHierarchyFieldPrimitive2D->getValue(u"TargetFrame"_ustr));
+ const OUString aFormat(pTextHierarchyFieldPrimitive2D->getValue(u"SvxURLFormat"_ustr));
if (!aFormat.isEmpty())
{