summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:38:38 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-08-14 14:38:38 +0000
commit94896a330320a00e4338778070ab4300e5f3c988 (patch)
tree6e61706e76239f5784d198fdad3385caae8c5045 /sw/inc
parent0e0fec6635b42fdf8fbeadd830a6a84c13e22bbb (diff)
INTEGRATION: CWS writercorehandoff (1.3.568); FILE MERGED
2005/09/13 12:32:55 tra 1.3.568.2: RESYNC: (1.3-1.4); FILE MERGED 2005/06/07 14:10:36 fme 1.3.568.1: #i50348# General cleanup - removed unused header files, functions, members, declarations etc.
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viscrs.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx
index 4168f63f2a1d..2fc730785844 100644
--- a/sw/inc/viscrs.hxx
+++ b/sw/inc/viscrs.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viscrs.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:30:46 $
+ * last change: $Author: hr $ $Date: 2006-08-14 15:38:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,6 @@
************************************************************************/
#ifndef _VISCRS_HXX
#define _VISCRS_HXX
-
#ifndef _CURSOR_HXX //autogen
#include <vcl/cursor.hxx>
#endif
@@ -44,8 +43,6 @@
class SwCrsrShell;
class SwShellCrsr;
-class Window;
-
// -------- Ab hier Klassen / Methoden fuer den nicht Text-Cursor ------
@@ -80,7 +77,6 @@ public:
void Hide();
FASTBOOL IsVisible() const { return bIsVisible; }
- FASTBOOL IsDragCrsr() const { return bIsDragCrsr; }
void SetDragCrsr( BOOL bFlag = TRUE ) { bIsDragCrsr = bFlag; }
#ifdef SW_CRSR_TIMER