From 874035190625de4d82d357e61cc5bcf785c7b9fe Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 1 Oct 2016 15:46:15 +0200 Subject: Fix typos Change-Id: Ia59d287a015482e9e97b701a6695463a7d235203 Reviewed-on: https://gerrit.libreoffice.org/29439 Reviewed-by: jan iversen Tested-by: jan iversen --- sw/source/core/layout/ssfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/core/layout/ssfrm.cxx') diff --git a/sw/source/core/layout/ssfrm.cxx b/sw/source/core/layout/ssfrm.cxx index 0465936332ec..ecab038e80da 100644 --- a/sw/source/core/layout/ssfrm.cxx +++ b/sw/source/core/layout/ssfrm.cxx @@ -374,7 +374,7 @@ void SwFrame::DestroyImpl() SwFrame::~SwFrame() { assert(m_isInDestroy); // check that only DestroySwFrame does "delete" - assert(!IsDeleteForbidden()); // check that its not deleted while deletes are forbidden + assert(!IsDeleteForbidden()); // check that it's not deleted while deletes are forbidden #if OSL_DEBUG_LEVEL > 0 // JP 15.10.2001: for detection of access to deleted frames mpDrawObjs = reinterpret_cast(0x33333333); -- cgit v1.2.3