Kaydet (Commit) 53a813c3 authored tarafından Eike Rathke's avatar Eike Rathke

Add blank lines for readability

Change-Id: I78b12b5d79b31c370154cc4880413cbae6760edc
üst e4400f4c
......@@ -194,7 +194,8 @@ void ScAsciiOptions::ReadFromString( const OUString& rString )
bSaveAsShown = rString.getToken(0, ',', nPos) == "true";
}
else
bSaveAsShown = true; //default value
bSaveAsShown = true; // default value
// Token 9: used for "Save cell formulas" in export options
if ( nPos >= 0 )
{
......@@ -202,6 +203,7 @@ void ScAsciiOptions::ReadFromString( const OUString& rString )
}
else
bSaveFormulas = false;
// Token 10: Boolean for Trim spaces.
if (nPos >= 0)
{
......
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