From a10dbcc9ee33a985d2920cf431ec185a353fd9fd Mon Sep 17 00:00:00 2001 From: Veronika Irvine Date: Wed, 26 Jan 2005 18:09:48 +0000 Subject: bug 83251 - javadoc --- .../win32/org/eclipse/swt/ole/win32/OleClientSite.java | 4 ++-- .../win32/org/eclipse/swt/ole/win32/OleControlSite.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bundles/org.eclipse.swt/Eclipse SWT OLE Win32') 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) { *

* @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) -- cgit