summaryrefslogtreecommitdiff
path: root/sw/source/ui/sidebar/WrapPropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/sidebar/WrapPropertyPanel.cxx')
-rw-r--r--sw/source/ui/sidebar/WrapPropertyPanel.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/sidebar/WrapPropertyPanel.cxx b/sw/source/ui/sidebar/WrapPropertyPanel.cxx
index 3f303f8dfee8..490a748300ee 100644
--- a/sw/source/ui/sidebar/WrapPropertyPanel.cxx
+++ b/sw/source/ui/sidebar/WrapPropertyPanel.cxx
@@ -234,12 +234,12 @@ void WrapPropertyPanel::NotifyItemUpdate(
mpRBWrapThrough->Enable(false);
mpRBIdealWrap->Enable(false);
- mpRBNoWrap->Check( sal_False );
- mpRBWrapLeft->Check( sal_False );
- mpRBWrapRight->Check( sal_False );
- mpRBWrapParallel->Check( sal_False );
- mpRBWrapThrough->Check( sal_False );
- mpRBIdealWrap->Check( sal_False );
+ mpRBNoWrap->Check( false );
+ mpRBWrapLeft->Check( false );
+ mpRBWrapRight->Check( false );
+ mpRBWrapParallel->Check( false );
+ mpRBWrapThrough->Check( false );
+ mpRBIdealWrap->Check( false );
}
}