summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2010-12-22 15:56:40 +0000
committerFelipe Heidrich <fheidric>2010-12-22 15:56:40 +0000
commit45c9259f4bbd4b6754fbc6b535504db3c8611676 (patch)
tree034493e8b1f5bb1c694d3f99916eeb70c157f0a0 /bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
parent11b6b18de02756e2f7505c5c1657c3724524ab0b (diff)
downloadeclipse.platform.swt-45c9259f4bbd4b6754fbc6b535504db3c8611676.tar.gz
eclipse.platform.swt-45c9259f4bbd4b6754fbc6b535504db3c8611676.tar.xz
eclipse.platform.swt-45c9259f4bbd4b6754fbc6b535504db3c8611676.zip
Bug 333053 - Multiple compiler warnings in I20101221-1019
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
index 5db29b6f1b..a672a894ad 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Combo.java
@@ -966,7 +966,7 @@ String getNameText () {
* @since 2.1.2
*/
public int getOrientation () {
- return super.getOrientation ();
+ return super._getOrientation ();
}
/**
@@ -2089,7 +2089,7 @@ void setOrientation (boolean create) {
* @since 2.1.2
*/
public void setOrientation (int orientation) {
- super.setOrientation (orientation);
+ super._setOrientation (orientation);
}
/**