Kaydet (Commit) 0be3db28 authored tarafından Vitaliy Anderson's avatar Vitaliy Anderson Kaydeden (comit) Mike Kaganski

tdf#115067: We need to differentiate NBSP blank portions

regression from commit 1c1747ac
  tdf#104668 remove the difference between MSO and LO text alignment

Change-Id: I9516340a488f5e1d060dbe5f510eb85030d75ddc
Reviewed-on: https://gerrit.libreoffice.org/49972Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst ef7f8c26
......@@ -1309,7 +1309,8 @@ SwLinePortion *SwTextFormatter::NewPortion( SwTextFormatInfo &rInf )
pPor = new SwSoftHyphPortion; break;
case CHAR_HARDBLANK: // no-break space
pPor = new SwBlankPortion( ' ' ); break;
// Please check tdf#115067 if you want to edit the char
pPor = new SwBlankPortion( cChar ); break;
case CHAR_HARDHYPHEN: // non-breaking hyphen
pPor = new SwBlankPortion( '-' ); break;
......
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