Kaydet (Commit) 171e4298 authored tarafından Michael Stahl's avatar Michael Stahl

MiscSettings::SetEnableATToolSupport: adapt WNT code to bool

Change-Id: I21e7e270c33f525e8883232b98cd728475c35b40
üst bacc9ed7
...@@ -1036,7 +1036,7 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool bEnable ) ...@@ -1036,7 +1036,7 @@ void MiscSettings::SetEnableATToolSupport( sal_Bool bEnable )
{ {
if ( bEnable != mpData->mnEnableATT ) if ( bEnable != mpData->mnEnableATT )
{ {
sal_Bool bDummy; bool bDummy;
if( bEnable && !ImplInitAccessBridge(false, bDummy) ) if( bEnable && !ImplInitAccessBridge(false, bDummy) )
return; return;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment