summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-05-30 08:29:45 +0000
committerOliver Bolte <obo@openoffice.org>2008-05-30 08:29:45 +0000
commite3de49af4b5962ea717fedfbe0cf9c5bc5f64fc7 (patch)
tree39eed14d6ca452f21df0a83d5d1cd5bc4b1595b1 /sw/source/ui/inc/view.hxx
parentbe34182e8a7d1c4a71ae0fd35fc7dabbad3f047d (diff)
INTEGRATION: CWS notes4 (1.59.4); FILE MERGED
2008/04/24 17:37:00 mod 1.59.4.2: spellcheck inside draw object 2008/04/17 10:51:15 mod 1.59.4.1: various small fixes
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index b8989c303cbc..6365620ba097 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: view.hxx,v $
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
* This file is part of OpenOffice.org.
*
@@ -37,6 +37,7 @@
#include <sfx2/objsh.hxx> // SfxObjectShellRef <-> SV_DECL_REF(SfxObjectShell)
#include <svx/svxenum.hxx>
#include <svx/zoomitem.hxx>
+#include <svx/editstat.hxx>
#include "swdllapi.h"
#include <swtypes.hxx>
#include <shellid.hxx>
@@ -465,6 +466,7 @@ public:
// SMARTTAGS
BOOL ExecSmartTagPopup( const Point& rPt );
+ DECL_LINK( OnlineSpellCallback, SpellCallbackInfo*);
BOOL ExecDrwTxtSpellPopup(const Point& rPt);
void SetTabColFromDocPos( const Point &rPt ) { aTabColFromDocPos = rPt; }