summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/fieldwnd.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-11-05 06:55:48 +0000
committerSascha Ballach <sab@openoffice.org>2002-11-05 06:55:48 +0000
commitc025e189c99bf886792d69e9c911ea0039da506b (patch)
tree380b38d8b62ee6c44970fc826610afcf45fe54ee /sc/source/ui/inc/fieldwnd.hxx
parentee54740f651cf4393b43f2a4a36e580486264e74 (diff)
#104520#; add GetType for Accessibility
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 f2f9badba3e7..48dc45c76f3d 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: sab $ $Date: 2002-09-24 13:06:15 $
+ * last change: $Author: sab $ $Date: 2002-11-05 07:55:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -238,6 +238,9 @@ public:
/** Grabs focus and sets new selection. */
void GrabFocusWithSel( long nIndex );
+
+ /** @return The type of the FieldWindow. */
+ ScDPFieldType GetType() const { return eType; }
};
//===================================================================