summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal
diff options
context:
space:
mode:
authorLynn Kues <lkues>2003-02-18 16:08:53 +0000
committerLynn Kues <lkues>2003-02-18 16:08:53 +0000
commit2c455bd66e912ec62eccdf8bd303cacb771c0610 (patch)
treea6d2469a113e9e72fecbd1095d487685945f1ccf /bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal
parenta6bf039d82c9e87f4cc85a0351938be2bebb00b4 (diff)
downloadeclipse.platform.swt-2c455bd66e912ec62eccdf8bd303cacb771c0610.tar.gz
eclipse.platform.swt-2c455bd66e912ec62eccdf8bd303cacb771c0610.tar.xz
eclipse.platform.swt-2c455bd66e912ec62eccdf8bd303cacb771c0610.zip
6782
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
index 2982c49855..1b39904fbd 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/internal/BidiUtil.java
@@ -391,7 +391,7 @@ public static int getKeyboardLanguage() {
*
* @return integer array with an entry for each installed language
*/
-static int[] getKeyboardLanguageList() {
+public static int[] getKeyboardLanguageList() {
int maxSize = 10;
int[] tempList = new int[maxSize];
int size = OS.GetKeyboardLayoutList(maxSize, tempList);