summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2004-02-03 23:21:02 +0000
committerCarolyn MacLeod <carolyn>2004-02-03 23:21:02 +0000
commitc53fc66d63a14a03c762df5d19bf55a131b37586 (patch)
tree9e169cebbc444fe5460293177b1f60ec49e4222b /bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole
parenta38b0e1c16db17f32238a4af0323e106634ade69 (diff)
downloadeclipse.platform.swt-c53fc66d63a14a03c762df5d19bf55a131b37586.tar.gz
eclipse.platform.swt-c53fc66d63a14a03c762df5d19bf55a131b37586.tar.xz
eclipse.platform.swt-c53fc66d63a14a03c762df5d19bf55a131b37586.zip
New roles for Table
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
index e150da6746..9b50708ec8 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/COM.java
@@ -635,10 +635,10 @@ public static final int ROLE_SYSTEM_TOOLBAR = 0x16;
//public static final int ROLE_SYSTEM_STATUSBAR = 0x17;
public static final int ROLE_SYSTEM_TABLE = 0x18;
public static final int ROLE_SYSTEM_COLUMNHEADER = 0x19;
-//public static final int ROLE_SYSTEM_ROWHEADER = 0x1a;
+public static final int ROLE_SYSTEM_ROWHEADER = 0x1a;
//public static final int ROLE_SYSTEM_COLUMN = 0x1b;
//public static final int ROLE_SYSTEM_ROW = 0x1c;
-//public static final int ROLE_SYSTEM_CELL = 0x1d;
+public static final int ROLE_SYSTEM_CELL = 0x1d;
//public static final int ROLE_SYSTEM_LINK = 0x1e;
//public static final int ROLE_SYSTEM_HELPBALLOON = 0x1f;
//public static final int ROLE_SYSTEM_CHARACTER = 0x20;