summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 07:59:06 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 07:59:06 +0000
commit49cd805b233f31c6a2dc47c23a3732b094512155 (patch)
tree3a28388506672705ef4fb3cf0f0a35aa0ca30eaf
parent135b36630cab58696f77561447fd8fb1eac7e617 (diff)
INTEGRATION: CWS uaa06 (1.34.20); FILE MERGED
2008/05/08 12:39:09 obr 1.34.20.1: #i87426# repaired broken a11y hierarchy of a number of dialogs
-rw-r--r--vcl/unx/inc/plugins/gtk/gtkframe.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/vcl/unx/inc/plugins/gtk/gtkframe.hxx b/vcl/unx/inc/plugins/gtk/gtkframe.hxx
index 161086395ed7..1ceec7fb0c70 100644
--- a/vcl/unx/inc/plugins/gtk/gtkframe.hxx
+++ b/vcl/unx/inc/plugins/gtk/gtkframe.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: gtkframe.hxx,v $
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
* This file is part of OpenOffice.org.
*
@@ -38,8 +38,6 @@
#include <gdk/gdkkeysyms.h>
#include <postx.h>
-#include <com/sun/star/uno/Reference.hxx>
-#include <com/sun/star/accessibility/XAccessible.hdl>
#include <vcl/salframe.hxx>
#include <vcl/sysdata.hxx>
@@ -391,8 +389,6 @@ public:
virtual void EndSetClipRegion();
static GtkSalFrame *getFromWindow( GtkWindow *pWindow );
-
- static AtkRole GetAtkRole( GtkWindow* window );
};