From bdd60f1f5e0b995572321fd0865ccb8849d8ed76 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 28 Aug 2016 22:47:02 +0200 Subject: Adapt loplugin:stringconstant to improved OUStringLiteral1 Change-Id: Ibc5128df8bcf8cb5f2f09551c0de6dfdb46bdee0 Reviewed-on: https://gerrit.libreoffice.org/28447 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sd/source/filter/eppt/pptx-text.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx index 91af50246422..00c9feb3642c 100644 --- a/sd/source/filter/eppt/pptx-text.cxx +++ b/sd/source/filter/eppt/pptx-text.cxx @@ -1056,7 +1056,7 @@ void ParagraphObj::ImplGetNumberingLevel( PPTExBulletProvider* pBuProv, sal_Int1 break; case SVX_NUM_NUMBER_LOWER_ZH : { - if ( sSuffix == OUString( sal_Unicode(0xff0e)) ) + if ( sSuffix == OUStringLiteral1<0xff0e>() ) nMappedNumType = 0x260001; // Japanese with double-byte period. else if ( !sSuffix.isEmpty() ) nMappedNumType = 0x1B0001; // Japanese/Korean with single-byte period. -- cgit