summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkframe.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2011-07-12 21:08:00 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:41 +0100
commit089745636813be6692925f0c2e81822cfbb90f6f (patch)
tree653ebd01c619ef5c780ac53d7e9eab2a5a1439df /vcl/inc/unx/gtk/gtkframe.hxx
parenta6c75c20b44899cf1522f1e732ea8708b255fcc4 (diff)
gtk3: cleanup error trap push/pop a little (wow it is nasty and inefficient)
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index feb1f9fc669a..d5c2af31e15b 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -162,6 +162,8 @@ 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();
@@ -431,7 +433,6 @@ public:
virtual void damaged (const basegfx::B2IRange& rDamageRect);
};
-
#define OOO_TYPE_FIXED ooo_fixed_get_type()
extern "C" {