summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accframebase.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-05-16 07:22:32 +0000
committerMichael Brauer <mib@openoffice.org>2002-05-16 07:22:32 +0000
commit9e2e76dee9379c48ac36b247ba7d7374f1bf9130 (patch)
treec1148c9b13e0254e93366d1001e65b2304125155 /sw/source/core/access/accframebase.hxx
parentda8c0198f8363828f91f6265b714d654e8709f20 (diff)
#95586#: focus events improved
Diffstat (limited to 'sw/source/core/access/accframebase.hxx')
-rw-r--r--sw/source/core/access/accframebase.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/core/access/accframebase.hxx b/sw/source/core/access/accframebase.hxx
index cac9fa3a4c4b..f22bb170c1f4 100644
--- a/sw/source/core/access/accframebase.hxx
+++ b/sw/source/core/access/accframebase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accframebase.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mib $ $Date: 2002-04-05 12:08:57 $
+ * last change: $Author: mib $ $Date: 2002-05-16 08:17:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,10 +81,12 @@ class SwAccessibleFrameBase : public SwAccessibleContext
protected:
// Set states for getAccessibleStateSet.
- // This drived class additionaly sets SELECTABLE(1) and SELECTED(+)
+ // This drived class additionaly sets SELECTABLE(1), SELECTED(+),
+ // FOCUSABLE(1) and FOCUSED(+)
virtual void GetStates( ::utl::AccessibleStateSetHelper& rStateSet );
virtual void _InvalidateCursorPos();
+ virtual void _InvalidateFocus();
virtual ~SwAccessibleFrameBase();