[Libreoffice-commits] .: sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Tue Dec 14 19:59:16 PST 2010


 sc/source/ui/inc/impex.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 828b2125192c2891dbcd6664b20037699f797856
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Tue Dec 14 22:58:56 2010 -0500

    Header comment for a struct.

diff --git a/sc/source/ui/inc/impex.hxx b/sc/source/ui/inc/impex.hxx
index 6345279..5577f53 100644
--- a/sc/source/ui/inc/impex.hxx
+++ b/sc/source/ui/inc/impex.hxx
@@ -40,6 +40,10 @@ class SvStream;
 class SfxMedium;
 class ScAsciiOptions;
 
+/**
+ * These options control how multi-line cells are converted during export in
+ * certain lossy formats (such as csv).
+ */
 struct ScExportTextOptions
 {
     enum NewlineConversion { ToSystem, ToSpace, None };


More information about the Libreoffice-commits mailing list