From 12f1faf7bf7b236f54f740a9f65646749fc266ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 19 Feb 2014 21:49:02 +0100 Subject: svl: sal_Bool -> bool Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4 --- sw/source/ui/misc/glshell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/misc/glshell.cxx') diff --git a/sw/source/ui/misc/glshell.cxx b/sw/source/ui/misc/glshell.cxx index d2617851130f..6614161eca54 100644 --- a/sw/source/ui/misc/glshell.cxx +++ b/sw/source/ui/misc/glshell.cxx @@ -86,7 +86,7 @@ static void lcl_Execute( SwDocShell& rSh, SfxRequest& rReq ) static void lcl_GetState( SwDocShell& rSh, SfxItemSet& rSet ) { - if( SFX_ITEM_AVAILABLE >= rSet.GetItemState( SID_SAVEDOC, sal_False )) + if( SFX_ITEM_AVAILABLE >= rSet.GetItemState( SID_SAVEDOC, false )) { if( !rSh.GetDoc()->IsModified() ) rSet.DisableItem( SID_SAVEDOC ); -- cgit