[Libreoffice-commits] core.git: sc/source
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Sun Dec 14 12:05:10 PST 2014
sc/source/ui/docshell/impex.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a818cda870ecf0e2a13949c29063812ecbbdc6b7
Author: Markus Mohrhard <markus.mohrhard at 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.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at 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 )
More information about the Libreoffice-commits
mailing list