diff options
-rw-r--r-- | sw/source/core/doc/docdesc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/docdesc.cxx b/sw/source/core/doc/docdesc.cxx index 30faaaa31cba..b183466f23cb 100644 --- a/sw/source/core/doc/docdesc.cxx +++ b/sw/source/core/doc/docdesc.cxx @@ -113,7 +113,7 @@ static void lcl_DefaultPageFmt( sal_uInt16 nPoolFmtId, } else { - nMinTop = nMinBottom = 1440; //al la WW: 1 Inch + nMinTop = nMinBottom = 1440; // is like: 1 Inch nMinLeft = nMinRight = 1800; // 1,25 Inch } |