summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org
diff options
context:
space:
mode:
authorSteve Northover <steve>2008-11-17 22:13:02 +0000
committerSteve Northover <steve>2008-11-17 22:13:02 +0000
commitc882163459b8582c6fe203a8afaff497bb6bcc02 (patch)
tree42099b0acc31cea64c8755bd8dfd6ab87edd7f46 /bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org
parentc7c6ca0983966163b8a84317f8310b5b598a414e (diff)
downloadeclipse.platform.swt-c882163459b8582c6fe203a8afaff497bb6bcc02.tar.gz
eclipse.platform.swt-c882163459b8582c6fe203a8afaff497bb6bcc02.tar.xz
eclipse.platform.swt-c882163459b8582c6fe203a8afaff497bb6bcc02.zip
237102 - [OLE] OleControlSite with Excel.Sheet renders deactivated view improperly [make method protected]
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java2
1 files changed, 1 insertions, 1 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 b1888c972e..7c71ede3dd 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
@@ -718,7 +718,7 @@ void onFocusOut(Event e) {
private int OnFocus(int fGotFocus) {
return COM.S_OK;
}
-int OnUIDeactivate(int fUndoable) {
+protected int OnUIDeactivate(int fUndoable) {
// controls don't need to do anything for
// border space or menubars
if (frame == null || frame.isDisposed()) return COM.S_OK;