diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-10-03 16:36:26 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-10-25 13:41:52 +0100 |
commit | c529623457889a67473f773d080941903e2784fc (patch) | |
tree | a8a41cbb19a3063d10c22db8e6fe6d5dddc5960b /vcl/inc/unx/gtk/gtkframe.hxx | |
parent | f88ff49c733392e66dd178928efa3d807f2cffca (diff) |
generic: re-work X error push/pop and error message handling
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkframe.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx index 0e3ada125613..4fa86d3af173 100644 --- a/vcl/inc/unx/gtk/gtkframe.hxx +++ b/vcl/inc/unx/gtk/gtkframe.hxx @@ -162,13 +162,10 @@ class GtkSalFrame : public SalFrame, basebmp::BitmapDeviceDamageTracker void endExtTextInput( sal_uInt16 nFlags ); bool handleKeyEvent( GdkEventKey* pEvent ); void focusChanged( bool bFocusIn ); - void errorTrapPush(); - void errorTrapPop(); void doCallEndExtTextInput(); void sendEmptyCommit(); - static void signalIMCommit( GtkIMContext*, gchar*, gpointer ); static gboolean signalIMDeleteSurrounding( GtkIMContext*, gint, gint, gpointer ); static void signalIMPreeditChanged( GtkIMContext*, gpointer ); |