From c025e189c99bf886792d69e9c911ea0039da506b Mon Sep 17 00:00:00 2001 From: Sascha Ballach Date: Tue, 5 Nov 2002 06:55:48 +0000 Subject: #104520#; add GetType for Accessibility --- sc/source/ui/inc/fieldwnd.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/inc/fieldwnd.hxx') 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; } }; //=================================================================== -- cgit