summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/IBlockCursor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/crsr/IBlockCursor.hxx')
-rw-r--r--sw/source/core/crsr/IBlockCursor.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/crsr/IBlockCursor.hxx b/sw/source/core/crsr/IBlockCursor.hxx
index da3c3c3ef383..5ac4f4bbb358 100644
--- a/sw/source/core/crsr/IBlockCursor.hxx
+++ b/sw/source/core/crsr/IBlockCursor.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -35,7 +35,7 @@ class Point;
/** Access to the block cursor
A block cursor contains a SwShellCrsr and additional information about
- the rectangle which has been created by pressing the mouse button and
+ the rectangle which has been created by pressing the mouse button and
moving the mouse.
This interface provides access to the SwShellCrsr and to start and end
point of the mouse movement.
@@ -51,7 +51,7 @@ class Point;
virtual SwShellCrsr& getShellCrsr() = 0;
/** Defines the starting vertex of the block selection
-
+
@param rPt
rPt should contain the document coordinates of the mouse cursor when
the block selection starts (MouseButtonDown)
@@ -59,7 +59,7 @@ class Point;
virtual void setStartPoint( const Point &rPt ) = 0;
/** Defines the ending vertex of the block selection
-
+
@param rPt
rPt should contain the document coordinates of the mouse cursor when
the block selection has started and the mouse has been moved (MouseMove)