summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fieldwnd.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-24 12:07:08 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-24 12:07:08 +0000
commit884e4a11fd6428ed294f9bcf9ec82a9cb0a08e27 (patch)
tree40970553299c84c9fb96d1e67a3ab2860beb06b0 /sc/source/ui/inc/fieldwnd.hxx
parent83ca8002e0fcc9c1493f7457b479c222e4e4b7fa (diff)
#99949#; add method to give the accessibility object the description
Diffstat (limited to 'sc/source/ui/inc/fieldwnd.hxx')
-rw-r--r--sc/source/ui/inc/fieldwnd.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx
index 4e892a10dd20..f2f9badba3e7 100644
--- a/sc/source/ui/inc/fieldwnd.hxx
+++ b/sc/source/ui/inc/fieldwnd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fieldwnd.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2002-08-06 10:56:54 $
+ * last change: $Author: sab $ $Date: 2002-09-24 13:06:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -233,6 +233,9 @@ public:
/** @return The name of the control without shortcut. */
String GetName()const { return aName; }
+ /** @return The description of the control which is used for the accessibility objects. */
+ String GetDescription()const;
+
/** Grabs focus and sets new selection. */
void GrabFocusWithSel( long nIndex );
};