Kaydet (Commit) 867882bc authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salunicodeliteral: sdext

Change-Id: Ibcfe4cec41a18ab3fb79cb0545c71a21200c0f2c
üst 106e3510
...@@ -95,9 +95,9 @@ void DrawXmlEmitter::visit( TextElement& elem, const std::list< Element* >::cons ...@@ -95,9 +95,9 @@ void DrawXmlEmitter::visit( TextElement& elem, const std::list< Element* >::cons
if( elem.Text.isEmpty() ) if( elem.Text.isEmpty() )
return; return;
OUString strSpace(sal_Unicode(32)); OUString strSpace(u' ');
OUString strNbSpace(sal_Unicode(160)); OUString strNbSpace(u'\x00A0');
OUString tabSpace(sal_Unicode(0x09)); OUString tabSpace(u'\x0009');
PropertyMap aProps; PropertyMap aProps;
if( elem.StyleId != -1 ) if( elem.StyleId != -1 )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment