summaryrefslogtreecommitdiffstats
path: root/sw/source/core/layout/pagechg.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 17:06:02 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:13:45 +0000
commit402aa305b7e37c3d3e1432613f59c905933a97cd (patch)
treec3756a82a1219255b071adb223809f12b250a682 /sw/source/core/layout/pagechg.cxx
parentFix typos (diff)
downloadcore-402aa305b7e37c3d3e1432613f59c905933a97cd.tar.gz
core-402aa305b7e37c3d3e1432613f59c905933a97cd.zip
Fix typos
Change-Id: Ia87318cb323d403cdff947da0b70e0d2aabaacd4 Reviewed-on: https://gerrit.libreoffice.org/35657 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw/source/core/layout/pagechg.cxx')
-rw-r--r--sw/source/core/layout/pagechg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/pagechg.cxx b/sw/source/core/layout/pagechg.cxx
index 356d5df770f2..b4dfc72fbb0d 100644
--- a/sw/source/core/layout/pagechg.cxx
+++ b/sw/source/core/layout/pagechg.cxx
@@ -245,7 +245,7 @@ void SwPageFrame::DestroyImpl()
m_pSortedObjs = nullptr; // reset to zero to prevent problems when detaching the Flys
}
- if ( !IsEmptyPage() ) //#59184# unnessesary for empty pages
+ if ( !IsEmptyPage() ) //#59184# unnecessary for empty pages
{
// prevent access to destroyed pages
SwDoc *pDoc = GetFormat() ? GetFormat()->GetDoc() : nullptr;