summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse
diff options
context:
space:
mode:
authorFelipe Heidrich <fheidric>2010-01-29 17:30:07 +0000
committerFelipe Heidrich <fheidric>2010-01-29 17:30:07 +0000
commitb0272e721b0cdf1e6a9fe9cb6af70031d9a47f01 (patch)
tree4e02a60fe92348eda3c0c459e6db5353915ef4ad /bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse
parent448b24bc697053e115fbec2e0692ec1de3a9d889 (diff)
downloadeclipse.platform.swt-b0272e721b0cdf1e6a9fe9cb6af70031d9a47f01.tar.gz
eclipse.platform.swt-b0272e721b0cdf1e6a9fe9cb6af70031d9a47f01.tar.xz
eclipse.platform.swt-b0272e721b0cdf1e6a9fe9cb6af70031d9a47f01.zip
New api filter should be added for the removal of this method org.eclipse.swt.ole.win32.OleControlSite.OnUIDeactivate(int)
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java
index eaacf9872f..ebf3aeb552 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java
@@ -656,6 +656,9 @@ private int OnControlInfoChanged() {
}
return COM.S_OK;
}
+protected int OnUIDeactivate(int fUndoable) {
+ return super.OnUIDeactivate(fUndoable);
+}
void onFocusIn(Event e) {
String progID = getProgramID();
if (progID == null) return;