]> git.lyx.org Git - features.git/commitdiff
apologies for the inconvenience, this damned thing !!
authorJohn Levon <levon@movementarian.org>
Wed, 11 Jun 2003 15:40:11 +0000 (15:40 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 11 Jun 2003 15:40:11 +0000 (15:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7150 a592a061-630c-0410-9148-cb99ea01b6c8

src/tabular.C

index c34ea05a7fc128ddd39710c863696059a59eaca8..ecef0d9a614933da1e3e2031b73e56ab18393a59 100644 (file)
@@ -2388,9 +2388,7 @@ int LyXTabular::ascii(Buffer const * buf, ostream & os, int const depth,
 {
        int ret = 0;
 
-       //+---------------------------------------------------------------------
-       //+           first calculate the width of the single columns          +
-       //+---------------------------------------------------------------------
+       // first calculate the width of the single columns
        vector<unsigned int> clen(columns_);
 
        if (!onlydata) {