Kaydet (Commit) bf86a7a4 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wundefined-bool-conversion

Change-Id: I52d9ae4daf8e4f904f18b150a4adaad9d2921e61
üst 71457cb2
......@@ -2737,13 +2737,9 @@ void SwContentTree::KeyInput(const KeyEvent& rEvent)
{
SwEditWin& pEditWindow =
pActiveShell->GetView().GetEditWin();
if( &pEditWindow )
{
KeyCode tempKeycode( KEY_ESCAPE );
KeyEvent rKEvt( 0 , tempKeycode );
((Window*)&pEditWindow)->KeyInput( rKEvt );
}
KeyCode tempKeycode( KEY_ESCAPE );
KeyEvent rKEvt( 0 , tempKeycode );
((Window*)&pEditWindow)->KeyInput( rKEvt );
//rView.GetEditWin().GrabFocus();
}
}
......
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