From e0c33ec15f53a01fa3ee07489871bbe09bb5c9c3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Oct 2023 09:42:38 +0200 Subject: loplugin:ostr: automatic rewrite Change-Id: I2d09b2b83e1b50493ec88d0b2c323a83c0c86395 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157647 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- sdext/source/pdfimport/inc/contentsink.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext/source/pdfimport/inc') diff --git a/sdext/source/pdfimport/inc/contentsink.hxx b/sdext/source/pdfimport/inc/contentsink.hxx index 5f1517e8c4c2..44f609c3caaa 100644 --- a/sdext/source/pdfimport/inc/contentsink.hxx +++ b/sdext/source/pdfimport/inc/contentsink.hxx @@ -65,7 +65,7 @@ namespace pdfi FontAttributes() : familyName(), - fontWeight(u"normal"), + fontWeight(u"normal"_ustr), isItalic(false), isUnderline(false), isOutline(false), -- cgit v1.2.3