summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/srcedtw.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-10-22 14:23:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-10-22 14:23:13 +0000
commitd8f788b9b20fe674855460e3bc3bd1e85c84060d (patch)
treef8fca58aab6328df31549eda1c61fbaa77b58232 /sw/source/ui/inc/srcedtw.hxx
parent364674d090fc3532dff06e527c169a8998f115fa (diff)
INTEGRATION: CWS swusing (1.6.36); FILE MERGED
2007/10/10 14:15:12 tl 1.6.36.1: #i82476# make newly added 'using' declarations private
Diffstat (limited to 'sw/source/ui/inc/srcedtw.hxx')
-rw-r--r--sw/source/ui/inc/srcedtw.hxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/sw/source/ui/inc/srcedtw.hxx b/sw/source/ui/inc/srcedtw.hxx
index 8452de3c4e..7f4f395279 100644
--- a/sw/source/ui/inc/srcedtw.hxx
+++ b/sw/source/ui/inc/srcedtw.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: srcedtw.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2007-09-27 12:09:48 $
+ * last change: $Author: vg $ $Date: 2007-10-22 15:23:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -116,6 +116,9 @@ private:
DECL_LINK( SyntaxTimerHdl, Timer * );
DECL_LINK( TimeoutHdl, Timer * );
+ using Window::Notify;
+ using Window::Invalidate;
+
protected:
virtual void Resize();
@@ -126,7 +129,6 @@ protected:
void CreateTextEngine();
void DoSyntaxHighlight( USHORT nPara );
- using Window::Notify;
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
DECL_LINK(ScrollHdl, ScrollBar*);
@@ -150,7 +152,6 @@ public:
TextViewOutWin* GetOutWin() {return pOutWin;}
- using Window::Invalidate;
virtual void Invalidate( USHORT nFlags = 0 );
void ClearModifyFlag()