Kaydet (Commit) 838e4d3e authored tarafından Caolán McNamara's avatar Caolán McNamara

don't bleat about having called GtkSalObject::SetForwardKey

üst f612a2bf
......@@ -219,7 +219,6 @@ void GtkSalObject::signalDestroy( GtkObject* pObj, gpointer object )
void GtkSalObject::SetForwardKey( sal_Bool bEnable )
{
printf ("GtkSalObject::SetForwardKey\n");
if( bEnable )
gtk_widget_add_events( GTK_WIDGET( m_pSocket ), GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE );
else
......
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