sc/source/ui/docshell/impex.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a818cda870ecf0e2a13949c29063812ecbbdc6b7
Author: Markus Mohrhard <markus.mohrh...@collabora.co.uk>
Date:   Sun Dec 14 20:21:55 2014 +0100

    fix indentation
    
    Change-Id: I7a06920cfc170a06ab5bbb69480a4bdcb3ab5c9f
    Reviewed-on: https://gerrit.libreoffice.org/13473
    Reviewed-by: Markus Mohrhard <markus.mohrh...@googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrh...@googlemail.com>

diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 0d2aa7b1..7c52d40 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -1681,7 +1681,7 @@ bool ScImportExport::Doc2Text( SvStream& rStrm )
                 if( nCol < nEndCol )
                     lcl_WriteSimpleString( rStrm, OUString(cSep) );
             }
-                WriteUnicodeOrByteEndl( rStrm );
+            WriteUnicodeOrByteEndl( rStrm );
             if( rStrm.GetError() != SVSTREAM_OK )
                 break;
             if( nSizeLimit && rStrm.Tell() > nSizeLimit )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to