summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkwindow.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2011-01-07 18:24:18 +0100
committerCarsten Driesner <cd@openoffice.org>2011-01-07 18:24:18 +0100
commit68f2d13c9f1698eb45c4a1b341d1cac7c7526929 (patch)
tree7410ec5fba02e438b18e68ca5aa78f2fa3f26ef0 /vcl/unx/gtk/a11y/atkwindow.cxx
parent39ad2ff73a9700be25064169bc8bd85001ab959c (diff)
removetooltypes: #i112600# Adapt Unix part for removed tool types
Diffstat (limited to 'vcl/unx/gtk/a11y/atkwindow.cxx')
-rw-r--r--vcl/unx/gtk/a11y/atkwindow.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atkwindow.cxx b/vcl/unx/gtk/a11y/atkwindow.cxx
index 5448235998e8..c4fdc54e9064 100644
--- a/vcl/unx/gtk/a11y/atkwindow.cxx
+++ b/vcl/unx/gtk/a11y/atkwindow.cxx
@@ -78,7 +78,7 @@ init_from_window( AtkObject *accessible, Window *pWindow )
*/
case AccessibleRole::WINDOW:
{
- USHORT type = WINDOW_WINDOW;
+ sal_uInt16 type = WINDOW_WINDOW;
bool parentIsMenuFloatingWindow = false;
Window *pParent = pWindow->GetParent();