summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:53:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-01-02 15:53:33 +0000
commit2138db1707cf1490b02fdd6c652228d1a860ea17 (patch)
tree5f25640ae6189478ee64a5d5fd71e77e6e7c1e8e /sw/source/ui/inc/view.hxx
parentc350af8d4cb21f5e1de420935baa6b409fd546fb (diff)
INTEGRATION: CWS smarttags (1.46.18); FILE MERGED
2006/12/21 10:43:10 jakob_lechner 1.46.18.1: #i72705#: support for smarttags
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 5637905f37..b285f2e479 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: view.hxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: vg $ $Date: 2006-11-22 10:27:41 $
+ * last change: $Author: hr $ $Date: 2007-01-02 16:53:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -483,6 +483,11 @@ public:
DECL_LINK( SpellError, void * );
BOOL ExecSpellPopup( const Point& rPt );
+
+ // SMARTTAGS
+ BOOL ExecSmartTagPopup( const Point& rPt );
+ BOOL IsOverSmartTag( const Point& rPt );
+
BOOL ExecDrwTxtSpellPopup(const Point& rPt);
void SetTabColFromDocPos( const Point &rPt ) { aTabColFromDocPos = rPt; }