summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/impex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/impex.cxx')
-rw-r--r--sc/source/ui/docshell/impex.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx
index 3b2928a6121a..46215811392d 100644
--- a/sc/source/ui/docshell/impex.cxx
+++ b/sc/source/ui/docshell/impex.cxx
@@ -56,7 +56,7 @@
#include <boost/scoped_ptr.hpp>
-//========================================================================
+
// We don't want to end up with 2GB read in one line just because of malformed
// multiline fields, so chop it _somewhere_, which is twice supported columns
@@ -206,7 +206,7 @@ bool ScImportExport::IsFormatSupported( sal_uLong nFormat )
}
-//////////////////////////////////////////////////////////////////////////////
+
// Vorbereitung fuer Undo: Undo-Dokument erzeugen
@@ -264,7 +264,7 @@ void ScImportExport::EndPaste(bool bAutoRowHeight)
}
-/////////////////////////////////////////////////////////////////////////////
+
bool ScImportExport::ImportData( const OUString& /* rMimeType */,
const ::com::sun::star::uno::Any & /* rValue */ )
@@ -862,7 +862,7 @@ static inline void lcl_WriteSimpleString( SvStream& rStrm, const OUString& rStri
ScImportExport::WriteUnicodeOrByteString( rStrm, rString );
}
-//////////////////////////////////////////////////////////////////////////////
+
bool ScImportExport::Text2Doc( SvStream& rStrm )
@@ -957,9 +957,9 @@ bool ScImportExport::Text2Doc( SvStream& rStrm )
return bOk;
}
- //
+
// erweiterter Ascii-Import
- //
+
static bool lcl_PutString(