diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-09-22 19:04:28 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-09-22 22:06:04 +0200 |
commit | 51c9d41ca97955dd986cd5fec1aed6fbc6ec1374 (patch) | |
tree | 922e152a47a87a5ca6b9fb2a13a620a25083386e /svx/source/svdraw/presetooxhandleadjustmentrelations.hxx | |
parent | 3ead1e624514466811d451325d02acd50862c80a (diff) |
xtend loplugin:stringviewparam to starts/endsWith: svx
Change-Id: I998b5e7ba3580aabfc454ce3354bffd3d0cb7d61
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122479
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svx/source/svdraw/presetooxhandleadjustmentrelations.hxx')
-rw-r--r-- | svx/source/svdraw/presetooxhandleadjustmentrelations.hxx | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/svx/source/svdraw/presetooxhandleadjustmentrelations.hxx b/svx/source/svdraw/presetooxhandleadjustmentrelations.hxx index 8bd2536f5d9e..b9404e59874f 100644 --- a/svx/source/svdraw/presetooxhandleadjustmentrelations.hxx +++ b/svx/source/svdraw/presetooxhandleadjustmentrelations.hxx @@ -9,13 +9,18 @@ #ifndef INCLUDED_SVX_SOURCE_SVDRAW_PRESETOOXHANDLEADJUSTMENTRELATIONS_HXX #define INCLUDED_SVX_SOURCE_SVDRAW_PRESETOOXHANDLEADJUSTMENTRELATIONS_HXX + +#include <sal/config.h> + +#include <string_view> + #include <rtl/ustring.hxx> namespace PresetOOXHandleAdj { /* This method is used in SdrObjCustomShape::MergeDefaultAttributes() */ void GetOOXHandleAdjRelation( - const OUString& sFullOOXShapeName, /* e.g. "ooxml-circularArrow" */ + std::u16string_view sFullOOXShapeName, /* e.g. "ooxml-circularArrow" */ const sal_Int32 nHandleIndex, /* index in sequence from property "Handles" */ OUString& rFirstRefType, /* Propertyname, same as by pptx import, e.g. "RefX" */ sal_Int32& rFirstAdjValueIndex, /* index in sequence from property "AdjustmentValues" */ |