diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-04-10 23:18:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-04-11 07:17:22 +0200 |
commit | 672660031e4ca38205e2068b1e321268a844a68b (patch) | |
tree | dc3529c1b94e1e85c593bf729e2ba61d0b8f16c9 /sw/source | |
parent | dc823f5fa4a5d2eca56297b9045e5962536c00f9 (diff) |
Fix typos
Change-Id: I7fd04d0e09fcbf6d9f2a5ec617f23e08f7bc5fa3
Reviewed-on: https://gerrit.libreoffice.org/52697
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/layout/calcmove.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/calcmove.cxx b/sw/source/core/layout/calcmove.cxx index 735103ee14de..4062c55ea1f6 100644 --- a/sw/source/core/layout/calcmove.cxx +++ b/sw/source/core/layout/calcmove.cxx @@ -282,7 +282,7 @@ void SwFrame::PrepareMake(vcl::RenderContext* pRenderContext) } } - // There is noo format of previous frame, if current frame is a table + // There is no format of previous frame, if current frame is a table // frame and its previous frame wants to keep with it. const bool bFormatPrev = !bTab || !GetPrev() || |