diff options
author | Thomas Lange <tl@openoffice.org> | 2002-06-24 12:36:20 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2002-06-24 12:36:20 +0000 |
commit | 197bc0fbf468a2686b31c156df25f09189de958e (patch) | |
tree | b1b275e214cb4e0a86182b92a52d9b2e79035043 /starmath/source/accessibility.hxx | |
parent | cc6b58f857df2699e1789f32977dbf18d6ec404b (diff) |
#100393# missing header-file version commited
Diffstat (limited to 'starmath/source/accessibility.hxx')
-rw-r--r-- | starmath/source/accessibility.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx index 1da758731253..aa063e59ce21 100644 --- a/starmath/source/accessibility.hxx +++ b/starmath/source/accessibility.hxx @@ -2,9 +2,9 @@ * * $RCSfile: accessibility.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: tl $ $Date: 2002-06-13 14:41:41 $ + * last change: $Author: tl $ $Date: 2002-06-24 13:36:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,7 @@ class SmGraphicAccessible : //vos::ORefCount aRefCount; // number of references to object cppu::OInterfaceContainerHelper aAccEventListeners; osl::Mutex aListenerMutex; + String aAccName; SmGraphicWindow *pWin; @@ -375,6 +376,7 @@ class SmEditAccessible : { cppu::OInterfaceContainerHelper aAccEventListeners; osl::Mutex aListenerMutex; + String aAccName; accessibility::AccessibleTextHelper *pTextHelper; SmEditWindow *pWin; |