Kaydet (Commit) 750269ee authored tarafından Robin Kumar's avatar Robin Kumar Kaydeden (comit) Muthu Subramanian K

fdo#40067: Fix for importing white space in strings (XLSX).

Change-Id: I2590bd8b0d0c1d853caead60cf3af1b865d7fed7
Reviewed-on: https://gerrit.libreoffice.org/9805Reviewed-by: 's avatarMuthu Subramanian K <muthusuba@gmail.com>
Tested-by: 's avatarMuthu Subramanian K <muthusuba@gmail.com>
üst e9750f7c
......@@ -48,6 +48,7 @@ RichStringContext::RichStringContext( ParentType& rParent, RichStringRef xString
WorkbookContextBase( rParent ),
mxString( xString )
{
mbEnableTrimSpace = false;
OSL_ENSURE( mxString.get(), "RichStringContext::RichStringContext - missing string object" );
}
......
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