diff options
author | Stephan Bergmann <sb@openoffice.org> | 2002-07-24 12:01:28 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2002-07-24 12:01:28 +0000 |
commit | 50f22a5ae1c546cb0513ffc3ad4482250162b0e6 (patch) | |
tree | b0948251ac60631009872f258f08f7b737b2bb25 /basctl/source/basicide/baside2.hxx | |
parent | c2cbbca4712bc869db186bce2aee20fc546e7396 (diff) |
#101689# Accessibility for EditorWindow.
Diffstat (limited to 'basctl/source/basicide/baside2.hxx')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 3918a64c4..c8102e564 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -2,9 +2,9 @@ * * $RCSfile: baside2.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: sb $ $Date: 2002-07-05 10:22:47 $ + * last change: $Author: sb $ $Date: 2002-07-24 13:01:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -178,6 +178,10 @@ private: BOOL bDoSyntaxHighlight; BOOL bDelayHighlight; + virtual + ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > + GetComponentInterface(BOOL bCreate = TRUE); + protected: virtual void Paint( const Rectangle& ); virtual void Resize(); |