[Libreoffice-commits] .: sw/source
Petr Mladek
pmladek at kemper.freedesktop.org
Thu Nov 24 04:15:23 PST 2011
sw/source/core/doc/docdesc.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e4b8c76f9543199a41cd48e42148058a8189ff5f
Author: Michael Meeks <michael.meeks at suse.com>
Date: Thu Nov 24 13:07:19 2011 +0100
better tranlation for "a al WW" :-)
diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx
index b183466..ab95004 100644
--- a/sw/source/core/doc/docdesc.cxx
+++ b/sw/source/core/doc/docdesc.cxx
@@ -113,8 +113,8 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId,
}
else
{
- nMinTop = nMinBottom = 1440; // is like: 1 Inch
- nMinLeft = nMinRight = 1800; // 1,25 Inch
+ nMinTop = nMinBottom = 1440; // as in MS Word: 1 Inch
+ nMinLeft = nMinRight = 1800; // 1,25 Inch
}
// set margins
More information about the Libreoffice-commits
mailing list