summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-01-26 18:09:48 +0000
committerVeronika Irvine <veronika>2005-01-26 18:09:48 +0000
commita10dbcc9ee33a985d2920cf431ec185a353fd9fd (patch)
tree68254223d8e05ed61a0a250f281f1719462a7c0d /bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole
parent44f007d08589286b5159b2d9ba31e92bef22239b (diff)
downloadeclipse.platform.swt-a10dbcc9ee33a985d2920cf431ec185a353fd9fd.tar.gz
eclipse.platform.swt-a10dbcc9ee33a985d2920cf431ec185a353fd9fd.tar.xz
eclipse.platform.swt-a10dbcc9ee33a985d2920cf431ec185a353fd9fd.zip
bug 83251 - javadoc
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole')
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleClientSite.java4
-rwxr-xr-xbundles/org.eclipse.swt/Eclipse SWT OLE Win32/win32/org/eclipse/swt/ole/win32/OleControlSite.java2
2 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 2f26e12054..912c33e444 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
@@ -208,7 +208,7 @@ public OleClientSite(Composite parent, int style, File file) {
*
* @param parent a composite widget; must be an OleFrame
* @param style the bitwise OR'ing of widget styles
- * @param progID the unique program identifier of am OLE Document application;
+ * @param progId the unique program identifier of am OLE Document application;
* the value of the ProgID key or the value of the VersionIndependentProgID key specified
* in the registry for the desired OLE Document (for example, the VersionIndependentProgID
* for Word is Word.Document)
@@ -265,7 +265,7 @@ public OleClientSite(Composite parent, int style, String progId) {
* </p>
* @param parent a composite widget; must be an OleFrame
* @param style the bitwise OR'ing of widget styles
- * @param progID the unique program identifier of am OLE Document application;
+ * @param progId the unique program identifier of am OLE Document application;
* the value of the ProgID key or the value of the VersionIndependentProgID key specified
* in the registry for the desired OLE Document (for example, the VersionIndependentProgID
* for Word is Word.Document)
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 c27dfb2be1..1190fec84a 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
@@ -64,7 +64,7 @@ public class OleControlSite extends OleClientSite
*
* @param parent a composite widget; must be an OleFrame
* @param style the bitwise OR'ing of widget styles
- * @param progID the unique program identifier which has been registered for this ActiveX Control;
+ * @param progId the unique program identifier which has been registered for this ActiveX Control;
* the value of the ProgID key or the value of the VersionIndependentProgID key specified
* in the registry for this Control (for example, the VersionIndependentProgID for
* Internet Explorer is Shell.Explorer)