summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/dlg/CondFormat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/dlg/CondFormat.cxx')
-rw-r--r--reportdesign/source/ui/dlg/CondFormat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/source/ui/dlg/CondFormat.cxx b/reportdesign/source/ui/dlg/CondFormat.cxx
index 1035917934b1..70cf99736b50 100644
--- a/reportdesign/source/ui/dlg/CondFormat.cxx
+++ b/reportdesign/source/ui/dlg/CondFormat.cxx
@@ -72,11 +72,11 @@ namespace rptui
UpdateLocker( Window& _rWindow )
:m_rWindow( _rWindow )
{
- _rWindow.SetUpdateMode( sal_False );
+ _rWindow.SetUpdateMode( false );
}
~UpdateLocker()
{
- m_rWindow.SetUpdateMode( sal_True );
+ m_rWindow.SetUpdateMode( true );
}
};