summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/layout/wsfrm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/wsfrm.cxx b/sw/source/core/layout/wsfrm.cxx
index 8e8a1653bb0b..16cb40082a14 100644
--- a/sw/source/core/layout/wsfrm.cxx
+++ b/sw/source/core/layout/wsfrm.cxx
@@ -80,7 +80,7 @@ void SwFrameAreaDefinition::setFrameAreaSizeValid(bool bNew)
void SwFrameAreaDefinition::setFramePrintAreaValid(bool bNew)
{
- if(static_cast< bool >(mbFramePrintAreaValid) != bNew)
+ if(mbFramePrintAreaValid != bNew)
{
mbFramePrintAreaValid = bNew;
}