summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
diff options
context:
space:
mode:
authorGrant Gayed <ggayed>2004-06-29 20:16:29 +0000
committerGrant Gayed <ggayed>2004-06-29 20:16:29 +0000
commitdfb664b0c763c12d5a20afb9ed704618bd491732 (patch)
tree087d4ed9db3b550b8fe3c2ed4278c959ec8bcbb9 /bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
parent7da7d8e54b02a77dfe5597129336d86942e26d57 (diff)
downloadeclipse.platform.swt-dfb664b0c763c12d5a20afb9ed704618bd491732.tar.gz
eclipse.platform.swt-dfb664b0c763c12d5a20afb9ed704618bd491732.tar.xz
eclipse.platform.swt-dfb664b0c763c12d5a20afb9ed704618bd491732.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
index fa30694d3f..7b7f46df99 100755
--- a/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java
@@ -155,7 +155,7 @@ protected OleClientSite(Composite parent, int style) {
*
* @exception SWTError
* <ul><li>ERROR_THREAD_INVALID_ACCESS when called from the wrong thread
- * <li>ERROR_ERROR_NULL_ARGUMENT when the parent is null</ul>
+ * <li>ERROR_NULL_ARGUMENT when the parent is null</ul>
* @exception SWTError
* <ul><li>ERROR_CANNOT_CREATE_OBJECT when failed to create OLE Object
* <li>ERROR_INVALID_ARGUMENT when the parent is not an OleFrame
@@ -214,7 +214,7 @@ public OleClientSite(Composite parent, int style, File file) {
*
* @exception SWTError
* <ul><li>ERROR_THREAD_INVALID_ACCESS when called from the wrong thread
- * <li>ERROR_ERROR_NULL_ARGUMENT when the parent is null
+ * <li>ERROR_NULL_ARGUMENT when the parent is null
* <li>ERROR_INVALID_CLASSID when the progId does not map to a registered CLSID
* <li>ERROR_INVALID_ARGUMENT when the parent is not an OleFrame
* <li>ERROR_CANNOT_CREATE_OBJECT when failed to create OLE Object
@@ -270,7 +270,7 @@ public OleClientSite(Composite parent, int style, String progId) {
*
* @exception SWTError
* <ul><li>ERROR_THREAD_INVALID_ACCESS when called from the wrong thread
- * <li>ERROR_ERROR_NULL_ARGUMENT when the parent is null
+ * <li>ERROR_NULL_ARGUMENT when the parent is null
* <li>ERROR_INVALID_CLASSID when the progId does not map to a registered CLSID
* <li>ERROR_CANNOT_CREATE_OBJECT when failed to create OLE Object
* <li>ERROR_CANNOT_OPEN_FILE when failed to open file