summaryrefslogtreecommitdiff
path: root/basic/source/app/textedit.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 15:28:40 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-18 15:28:40 +0000
commit626e99d76d01f7c147a914a2a32b9da9f1e5d850 (patch)
tree3d23ce1d9b6a3668984e3cc031af896393204b06 /basic/source/app/textedit.hxx
parentc1815f96f13f18bdabdbf2ab1a1ee63472b5305f (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'basic/source/app/textedit.hxx')
-rw-r--r--basic/source/app/textedit.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/basic/source/app/textedit.hxx b/basic/source/app/textedit.hxx
index 58f3bed9a4..916e50e0cc 100644
--- a/basic/source/app/textedit.hxx
+++ b/basic/source/app/textedit.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: textedit.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: gh $ $Date: 2001-08-14 13:25:16 $
+ * last change: $Author: hr $ $Date: 2003-03-18 16:28:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,6 +120,7 @@ private:
Timer HideTipTimer;
Timer ShowTipTimer;
+ BOOL bViewMoved;
public:
TextEditImp( AppEdit *pParent, const WinBits& aBits );
@@ -141,6 +142,7 @@ public:
//BOOL Drop( const DropEvent& rEvt );
//BOOL QueryDrop( DropEvent& rEvt );
+ BOOL ViewMoved();
void DoDelayedSyntaxHighlight( xub_StrLen nPara );
void InvalidateSyntaxHighlight();