sw/source/filter/html/htmltab.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cf1e0199c40213d2d5da7c18051457809175357b
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Thu Sep 4 16:33:49 2014 +0200

    HTMLTable: improve comment translation
    
    Change-Id: I540e019e1080e8c158226072a75306a2307e2f4d

diff --git a/sw/source/filter/html/htmltab.cxx 
b/sw/source/filter/html/htmltab.cxx
index 12e5293..928fb3d 100644
--- a/sw/source/filter/html/htmltab.cxx
+++ b/sw/source/filter/html/htmltab.cxx
@@ -383,8 +383,8 @@ class HTMLTable
     sal_uInt16 nCurRow;                 // current Row
     sal_uInt16 nCurCol;                 // current Column
 
-    sal_uInt16 nLeftMargin;             // Space to the left margin (from 
passage)
-    sal_uInt16 nRightMargin;            // Space to the right margin (from 
passage)
+    sal_uInt16 nLeftMargin;             // Space to the left margin (from 
paragraph edge)
+    sal_uInt16 nRightMargin;            // Space to the right margin (from 
paragraph edge)
 
     sal_uInt16 nCellPadding;            // Space from border to Text
     sal_uInt16 nCellSpacing;            // Space between two cells
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to