From c2324940d384186ff02581e49a24ea8235cd584c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Mar 2014 11:14:12 +0200 Subject: sfx2: sal_Bool->bool Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0 --- sd/source/ui/docshell/docshell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/docshell/docshell.cxx') diff --git a/sd/source/ui/docshell/docshell.cxx b/sd/source/ui/docshell/docshell.cxx index c25458dd5834..a838deaaac72 100644 --- a/sd/source/ui/docshell/docshell.cxx +++ b/sd/source/ui/docshell/docshell.cxx @@ -400,7 +400,7 @@ void DrawDocShell::ApplySlotFilter() const pDispatcher->SetSlotFilter(); if( pDispatcher->GetBindings() ) - pDispatcher->GetBindings()->InvalidateAll( sal_True ); + pDispatcher->GetBindings()->InvalidateAll( true ); } pTestViewShell = SfxViewShell::GetNext( *pTestViewShell ); -- cgit v1.2.3