Re: [Cvslog] r21353 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-11-01 Thread Michael Gerz

[EMAIL PROTECTED] schrieb:

Author: spitz
Date: Thu Nov  1 19:02:15 2007
New Revision: 21353

URL: http://www.lyx.org/trac/changeset/21353
Log:
* src/insets/InsetTabular.cpp:
- handle char correctly for docstream (bug 4147).

Modified:
lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp
lyx-devel/branches/BRANCH_1_5_X/status.15x

Modified: lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp
URL: 
http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp?rev=21353
==
--- lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp (original)
+++ lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp Thu Nov  1 
19:02:15 2007
@@ -2794,7 +2794,7 @@
if (isPartOfMultiColumn(i, j))
continue;
if (onlydata  j  0)
-   os  delim;
+   os.put(delim);
plaintextPrintCell(buf, os, runparams,
   cell, i, j, clen, onlydata);
++cell;

  
Is this patch complete? http://www.lyx.org/trac/changeset/21344 has more 
changes.


Michael



Re: [Cvslog] r21353 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-11-01 Thread Juergen Spitzmueller
Michael Gerz wrote:

 Is this patch complete? http://www.lyx.org/trac/changeset/21344 has more
 changes.

Please read lyx-devel.

Jürgen



Re: [Cvslog] r21353 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-11-01 Thread Michael Gerz

[EMAIL PROTECTED] schrieb:

Author: spitz
Date: Thu Nov  1 19:02:15 2007
New Revision: 21353

URL: http://www.lyx.org/trac/changeset/21353
Log:
* src/insets/InsetTabular.cpp:
- handle char correctly for docstream (bug 4147).

Modified:
lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp
lyx-devel/branches/BRANCH_1_5_X/status.15x

Modified: lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp
URL: 
http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp?rev=21353
==
--- lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp (original)
+++ lyx-devel/branches/BRANCH_1_5_X/src/insets/InsetTabular.cpp Thu Nov  1 
19:02:15 2007
@@ -2794,7 +2794,7 @@
if (isPartOfMultiColumn(i, j))
continue;
if (onlydata && j > 0)
-   os << delim;
+   os.put(delim);
plaintextPrintCell(buf, os, runparams,
   cell, i, j, clen, onlydata);
++cell;

  
Is this patch complete? http://www.lyx.org/trac/changeset/21344 has more 
changes.


Michael



Re: [Cvslog] r21353 - in /lyx-devel/branches/BRANCH_1_5_X: src/insets/...

2007-11-01 Thread Juergen Spitzmueller
Michael Gerz wrote:

> Is this patch complete? http://www.lyx.org/trac/changeset/21344 has more
> changes.

Please read lyx-devel.

Jürgen