[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jun 20 05:55:55 UTC 2019


 sw/source/core/layout/tabfrm.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3964d16d04942db6e28578f9acab4b071e6b190b
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 19 22:41:30 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jun 20 07:54:40 2019 +0200

    Fix typo
    
    Change-Id: I41d3f505a398974fa4b27eae1538a58f2871a4dd
    Reviewed-on: https://gerrit.libreoffice.org/74390
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sw/source/core/layout/tabfrm.cxx b/sw/source/core/layout/tabfrm.cxx
index 837f790fee22..11b7f96f6572 100644
--- a/sw/source/core/layout/tabfrm.cxx
+++ b/sw/source/core/layout/tabfrm.cxx
@@ -2888,7 +2888,7 @@ void SwTabFrame::Format( vcl::RenderContext* /*pRenderContext*/, const SwBorderA
 
         // The width possibly is a percentage value. If the table is inside
         // something else, the value refers to the environment. If it's in the
-        // body then in in the BrowseView the value refers to the screen width.
+        // body then in the BrowseView the value refers to the screen width.
         const SwFormatFrameSize &rSz = GetFormat()->GetFrameSize();
         // OD 14.03.2003 #i9040# - adjust variable name.
         const SwTwips nWishedTableWidth = CalcRel( rSz );


More information about the Libreoffice-commits mailing list