From 40dde4385cd913ac08292ad3be28bf17de9d296c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 May 2024 13:19:35 +0200 Subject: loplugin:ostr in vcl Change-Id: I5b6ee5bda0c5ff69d297f7f8e87d4c3f3d21791c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167470 Reviewed-by: Noel Grandin Tested-by: Jenkins --- vcl/source/filter/GraphicNativeTransform.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vcl/source/filter/GraphicNativeTransform.cxx') 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 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); -- cgit -4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann