summaryrefslogtreecommitdiff
path: root/vcl/source/filter/GraphicNativeTransform.cxx
diff options
context:
space:
mode:
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);