summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/DialogListBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/DialogListBox.cxx')
-rwxr-xr-x[-rw-r--r--]sd/source/ui/animations/DialogListBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/DialogListBox.cxx b/sd/source/ui/animations/DialogListBox.cxx
index 204d2067d7a4..fb239afeeb7a 100644..100755
--- a/sd/source/ui/animations/DialogListBox.cxx
+++ b/sd/source/ui/animations/DialogListBox.cxx
@@ -280,7 +280,7 @@ void DialogListBox::StateChanged( StateChangedType nType )
}
else if ( ( nType == STATE_CHANGE_UPDATEMODE ) || ( nType == STATE_CHANGE_DATA ) )
{
- BOOL bUpdate = IsUpdateMode();
+ sal_Bool bUpdate = IsUpdateMode();
mpChild->SetUpdateMode( bUpdate );
if ( bUpdate && IsReallyVisible() )
ImplCheckScrollBars();