summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorarellano <arellano@openoffice.org>2001-07-27 19:00:39 +0000
committerarellano <arellano@openoffice.org>2001-07-27 19:00:39 +0000
commitf6ac3521072cb764d68fa91c2552d71b0cad5262 (patch)
treebe7009601cac9e4411a4da3f0928ebc61e86b52c /offapi
parent0d0a5e95111f689fbd71947743d72fe303c508f1 (diff)
Spelling correction, punctuation, grammar
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl b/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
index b192b1a47d10..2efc13c0f344 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDragGestureRecognizer.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
+ * last change: $Author: arellano $ $Date: 2001-07-27 20:00:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,9 +77,9 @@ interface XDragGestureListener;
operations.
<p>Different to Java, the association between view and interface is fixed
- and can not be changed. Otherwise the awt messaging would have to be
- implemented for any window supporting Drag and Drop operations, what would
- be a real performance issue.</p>
+ and cannot be changed. Otherwise, the awt messaging would have to be
+ implemented for any window supporting Drag and Drop operations, which would
+ be a performance issue.</p>
*/
interface XDragGestureRecognizer: com::sun::star::uno::XInterface
@@ -103,7 +103,7 @@ interface XDragGestureRecognizer: com::sun::star::uno::XInterface
[oneway] void removeDragGestureListener( [in] XDragGestureListener dgl );
//-------------------------------------------------------------------------
- /** reset the Recognizer, if its currently recognizing a gesture, ignore it.
+ /** reset the Recognizer. If it is currently recognizing a gesture, ignore it.
*/
void resetRecognizer();