summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flowfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/layout/flowfrm.cxx')
-rw-r--r--sw/source/core/layout/flowfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/flowfrm.cxx b/sw/source/core/layout/flowfrm.cxx
index a41bb67ae098..4af6708d16dc 100644
--- a/sw/source/core/layout/flowfrm.cxx
+++ b/sw/source/core/layout/flowfrm.cxx
@@ -2506,7 +2506,7 @@ bool SwFlowFrm::MoveBwd( bool &rbReformat )
{
// First page could get empty for example by disabling
// a section
- SwFrm::CheckPageDescs( (SwPageFrm*)pNewPage, false);
+ SwFrm::CheckPageDescs( pNewPage, false);
}
}
}