summaryrefslogtreecommitdiff
path: root/vcl/source/filter/GraphicNativeTransform.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-10 13:19:35 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-10 18:44:00 +0200
commit40dde4385cd913ac08292ad3be28bf17de9d296c (patch)
tree9d7cb5602808e1ff5831fabfa8d3405d416a682b /vcl/source/filter/GraphicNativeTransform.cxx
parentca5c9591ba38ad83415a2d4ced98bfc74d30b032 (diff)
loplugin:ostr in vcl
Change-Id: I5b6ee5bda0c5ff69d297f7f8e87d4c3f3d21791c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167470 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'vcl/source/filter/GraphicNativeTransform.cxx')
-rw-r--r--vcl/source/filter/GraphicNativeTransform.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/filter/GraphicNativeTransform.cxx b/vcl/source/filter/GraphicNativeTransform.cxx
index 792dd6a93a8f..7f2c2dfff645 100644
--- a/vcl/source/filter/GraphicNativeTransform.cxx
+++ b/vcl/source/filter/GraphicNativeTransform.cxx
@@ -94,9 +94,9 @@ bool GraphicNativeTransform::rotateGeneric(Degree10 aRotation, std::u16string_vi
GraphicFilter& rFilter = GraphicFilter::GetGraphicFilter();
css::uno::Sequence<css::beans::PropertyValue> aFilterData{
- comphelper::makePropertyValue("Interlaced", sal_Int32(0)),
- comphelper::makePropertyValue("Compression", sal_Int32(9)),
- comphelper::makePropertyValue("Quality", sal_Int32(90))
+ comphelper::makePropertyValue(u"Interlaced"_ustr, sal_Int32(0)),
+ comphelper::makePropertyValue(u"Compression"_ustr, sal_Int32(9)),
+ comphelper::makePropertyValue(u"Quality"_ustr, sal_Int32(90))
};
sal_uInt16 nFilterFormat = rFilter.GetExportFormatNumberForShortName(aType);