Kaydet (Commit) e7a95844 authored tarafından Caolán McNamara's avatar Caolán McNamara

single delimator of \xFF not four of '\0', 'x', 'F', 'F'

d08a76cf revealed that "\0xFF" was
always inserted as a delimator but presumably the intent was a single
delimator of "\xFF" and not four delimators of '\0', 'x', 'F', 'F'

Change-Id: I6b34c1bcd90086fd5d6fe7043fa98ef89bcb8553
üst d08a76cf
......@@ -83,7 +83,7 @@ ImpEditEngine::ImpEditEngine( EditEngine* pEE, SfxItemPool* pItemPool ) :
aMinAutoPaperSize( 0x0, 0x0 ),
aMaxAutoPaperSize( 0x7FFFFFFF, 0x7FFFFFFF ),
aEditDoc( pItemPool ),
aWordDelimiters(" .,;:-'`'?!_=\"{}()[]\0xFF"),
aWordDelimiters(" .,;:-'`'?!_=\"{}()[]\xFF"),
bKernAsianPunctuation(false),
bAddExtLeading(false),
bIsFormatting(false),
......
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