diff options
author | Aurimas Fišeras <aurimas@gmail.com> | 2011-01-22 13:23:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-25 07:03:25 +0100 |
commit | b8250c7382b86bf02927e6224c715e4921c47f6d (patch) | |
tree | 393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun/star/datatransfer | |
parent | 65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff) |
Some fixes to documentation (part 1)
Fixes many spelling errors (checked with en_US spell checker).
Unifies spelling of some common words.
Replaces single quotes ('') with double quotes ("").
Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
10 files changed, 12 insertions, 12 deletions
diff --git a/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl b/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl index aad2882af77b..07f7f93612cd 100644 --- a/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl +++ b/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module datatransfer { published interface XDataFormatTranslator : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Converts a <type>DataFlavor</type> to system dependend data type. + /** Converts a <type>DataFlavor</type> to system dependent data type. @param aDataFlavor Describes the format for which a system dependent data types is requested. @@ -73,7 +73,7 @@ published interface XDataFormatTranslator : com::sun::star::uno::XInterface @returns A <type>DataFlavor</type> for the given system dependent data transfer type. - <p>If there is no appropriate mapping for a sytem dependent data type, the returned <type>DataFlavor</type> will be empty.</p> + <p>If there is no appropriate mapping for a system dependent data type, the returned <type>DataFlavor</type> will be empty.</p> */ DataFlavor getDataFlavorFromSystemDataType( [in] any aSysDataType ); }; diff --git a/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl b/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl index 1c766cd1ddd8..093b93ee5f28 100644 --- a/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl +++ b/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl @@ -54,7 +54,7 @@ published interface XTransferDataAccess: com::sun::star::uno::XInterface /** To query for the summarized data size in bytes of a sequence of <type>DataFlavor</type>. @param aFlavorList - A squence of requested <type>DataFlavor</type>. + A sequence of requested <type>DataFlavor</type>. <p>An unsupported <type>DataFlavor</type> will be ignored.</p> @returns diff --git a/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl b/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl index 5190f52a3ad9..8b47f0461c11 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl @@ -46,7 +46,7 @@ published constants RenderingCapabilities const byte Delayed = 1; //------------------------------------------------------------------------- - /** The implementation is able to store the data persistant in the system + /** The implementation is able to store the data persistent in the system so that it does not get lost when the source application no longer exist. */ const byte Persistant = 2; diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl index 11fe45a2a239..41db7f1401c9 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl @@ -88,7 +88,7 @@ published interface XClipboard: com::sun::star::uno::XInterface @returns The name of this clipboard object. <p>If the returned string is empty the - clipboard instance ist the system clipboard.</p> + clipboard instance is the system clipboard.</p> */ string getName(); }; diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl index 6cfbe19c31f5..7df1e7ae7645 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module datatransfer { module clipboard { //============================================================================= -/** Provides the ability to request notifiations on clipboard content changes. +/** Provides the ability to request notifications on clipboard content changes. @see com::sun::star::datatransfer::clipboard::XClipboardListener */ diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl index 69127087617d..d27468f65111 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module datatransfer { module clipboard { published interface XClipboardOwner: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Notifies the tranferable object source that it is no longer the owner of + /** Notifies the transferable object source that it is no longer the owner of the clipboard. @param xClipboard diff --git a/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl index 661bfbdeae0c..7d15722098bf 100644 --- a/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl +++ b/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl @@ -73,13 +73,13 @@ published struct DropTargetDropEvent: com::sun::star::datatransfer::dnd::DropTar byte DropAction; //------------------------------------------------------------------------- - /** The cursor's current x location within the windows' coordinates. + /** The cursor's current x location within the window's coordinates. */ long LocationX; //------------------------------------------------------------------------- - /** The cursor's current y location within the windows' coordinates. + /** The cursor's current y location within the window's coordinates. */ long LocationY; diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl index 7227f805f642..d6d3571ebb58 100644 --- a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl +++ b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl @@ -68,7 +68,7 @@ published service OleDragSource //------------------------------------------------------------------------- /** The service expects a byte sequence uniquely identifying the machine as - the first, and only, parameter. This idenifier should be checked to + the first, and only, parameter. This identifier should be checked to ensure that the window ids used for creating DropTargets are valid for the service, that is, come from the same machine. diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl b/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl index de1431e59e65..9b986a655a65 100644 --- a/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl +++ b/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl @@ -62,7 +62,7 @@ module com { module sun { module star { module datatransfer { module dnd { published service OleDropTarget { //------------------------------------------------------------------------- - /** Used to provide data to other applications via Ole Drap & Drop protocol. + /** Used to provide data to other applications via Ole Drag & Drop protocol. */ interface XDropTarget; diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl index 78516990da84..32efb1559a5a 100644 --- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl +++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl @@ -58,7 +58,7 @@ published interface XDropTargetListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- /** The drag operation has terminated with a drop on this drop target. - <p><strong>NOTE:</strong> This method should not be oneway. The implentation + <p><strong>NOTE:</strong> This method should not be oneway. The implementation has to wait until the method <method>XDropTargetDropContext::dropComplete</method> is called before releasing the data for the drop operation. This should occur before returning from drop in a normal flow of operation. |