summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32
diff options
context:
space:
mode:
authorDuong Nguyen <dnguyen>2008-08-06 18:53:17 +0000
committerDuong Nguyen <dnguyen>2008-08-06 18:53:17 +0000
commit279ed313339c0b223a4ef69971fad4c3c91b1b08 (patch)
tree731f3ebb168d0700895e249357744b0584be9e42 /bundles/org.eclipse.swt/Eclipse SWT OLE Win32
parent5c37c06b31619d9c68bb07e2af1bb613ca471c3d (diff)
downloadeclipse.platform.swt-279ed313339c0b223a4ef69971fad4c3c91b1b08.tar.gz
eclipse.platform.swt-279ed313339c0b223a4ef69971fad4c3c91b1b08.tar.xz
eclipse.platform.swt-279ed313339c0b223a4ef69971fad4c3c91b1b08.zip
Bug 140646 - [OLE] OleControlSite new constructor needed
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java4
1 files changed, 4 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 d7234d2c0b..f20dec3b3b 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
@@ -87,6 +87,8 @@ public class OleControlSite extends OleClientSite
* <li>ERROR_INTERFACE_NOT_FOUND when unable to create callbacks for OLE Interfaces
* <li>ERROR_INVALID_CLASSID
* </ul>
+ *
+ * @since 3.5
*/
public OleControlSite(Composite parent, int style, File file) {
super(parent, style, file);
@@ -212,6 +214,8 @@ public OleControlSite(Composite parent, int style, String progId) {
* <li>ERROR_CANNOT_CREATE_OBJECT when failed to create OLE Object
* <li>ERROR_CANNOT_OPEN_FILE when failed to open file
* </ul>
+ *
+ * @since 3.5
*/
public OleControlSite(Composite parent, int style, String progId, File file) {
super(parent, style, progId, file);