summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/unotxvw.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-21 12:48:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-21 12:48:38 +0000
commit18c7d27dbf0db2c79b1f89d0de027c3f77a31bf8 (patch)
tree06db58614a5db8c3fc2fc66f93e859ef65493036 /sw/source/ui/inc/unotxvw.hxx
parentcf51059a783d6013f901481de65fff09988392bf (diff)
INTEGRATION: CWS dbwizard3 (1.9.120); FILE MERGED
2005/01/25 16:19:54 tl 1.9.120.1: #i41196# IsTextSelection has now an optional parameter to accept table cell selections
Diffstat (limited to 'sw/source/ui/inc/unotxvw.hxx')
-rw-r--r--sw/source/ui/inc/unotxvw.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/ui/inc/unotxvw.hxx b/sw/source/ui/inc/unotxvw.hxx
index 179f58c02072..391f1c4b10f6 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.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 16:51:04 $
+ * last change: $Author: vg $ $Date: 2005-02-21 13:48:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,6 @@
************************************************************************/
#ifndef _UNOTXVW_HXX
#define _UNOTXVW_HXX
-
#ifndef _SFX_SFXBASECONTROLLER_HXX_
#include <sfx2/sfxbasecontroller.hxx>
#endif
@@ -225,7 +224,7 @@ public OTextCursorHelper
SwView* pView;
SfxItemPropertySet aPropSet;
protected:
- sal_Bool IsTextSelection() const;
+ sal_Bool IsTextSelection( sal_Bool bAllowTables = sal_True ) const;
virtual ~SwXTextViewCursor();
public:
SwXTextViewCursor(SwView* pVw);