[Libreoffice-commits] core.git: sw/source
Miklos Vajna
vmiklos at collabora.co.uk
Thu Sep 4 08:26:46 PDT 2014
sw/source/filter/html/htmltab.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit cf1e0199c40213d2d5da7c18051457809175357b
Author: Miklos Vajna <vmiklos at 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
More information about the Libreoffice-commits
mailing list