[Libreoffice-commits] core.git: sc/source

Eike Rathke erack at redhat.com
Fri Jan 26 22:55:17 UTC 2018


 sc/source/ui/dbgui/asciiopt.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 53a813c3d26932ac11b868c7bc27b50fe45d6f82
Author: Eike Rathke <erack at redhat.com>
Date:   Fri Jan 26 23:50:30 2018 +0100

    Add blank lines for readability
    
    Change-Id: I78b12b5d79b31c370154cc4880413cbae6760edc

diff --git a/sc/source/ui/dbgui/asciiopt.cxx b/sc/source/ui/dbgui/asciiopt.cxx
index d699b4ea3675..d8ea57518e93 100644
--- a/sc/source/ui/dbgui/asciiopt.cxx
+++ b/sc/source/ui/dbgui/asciiopt.cxx
@@ -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)
     {


More information about the Libreoffice-commits mailing list