summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-19 22:41:30 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-06-20 07:54:40 +0200
commit3964d16d04942db6e28578f9acab4b071e6b190b (patch)
treede83d0abf2f475fd312376b52cfe2897ed5b8fac /sw/source/core/layout/tabfrm.cxx
parente6b9651ee37c3e51ed5085cc47c2d7fd6564820e (diff)
Fix typo
Change-Id: I41d3f505a398974fa4b27eae1538a58f2871a4dd Reviewed-on: https://gerrit.libreoffice.org/74390 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/tabfrm.cxx')
-rw-r--r--sw/source/core/layout/tabfrm.cxx2
1 files changed, 1 insertions, 1 deletions
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 );