summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/unotxvw.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 15:51:04 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 15:51:04 +0000
commit7d474be6aaab5ed9aeb8c0ee1b81f7b2a58f921a (patch)
tree88843d7665100c20e771c81546fbafdc41ca7d0f /sw/source/ui/inc/unotxvw.hxx
parentINTEGRATION: CWS tl03 (1.26.38); FILE MERGED (diff)
downloadcore-7d474be6aaab5ed9aeb8c0ee1b81f7b2a58f921a.tar.gz
core-7d474be6aaab5ed9aeb8c0ee1b81f7b2a58f921a.zip
INTEGRATION: CWS tl03 (1.7.664); FILE MERGED
2004/10/12 12:44:07 tl 1.7.664.2: RESYNC: (1.7-1.8); FILE MERGED 2004/10/07 09:48:35 tl 1.7.664.1: #i22746# checking for text selection when using SwXTextViewCursor
Diffstat (limited to 'sw/source/ui/inc/unotxvw.hxx')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 23c25785415b..179f58c02072 100644
--- a/sw/source/ui/inc/unotxvw.hxx
+++ b/sw/source/ui/inc/unotxvw.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotxvw.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2004-10-04 19:28:33 $
+ * last change: $Author: obo $ $Date: 2004-11-15 16:51:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,7 +225,8 @@ public OTextCursorHelper
SwView* pView;
SfxItemPropertySet aPropSet;
protected:
- virtual ~SwXTextViewCursor();
+ sal_Bool IsTextSelection() const;
+ virtual ~SwXTextViewCursor();
public:
SwXTextViewCursor(SwView* pVw);