diff options
Diffstat (limited to 'sw/inc/fesh.hxx')
-rw-r--r-- | sw/inc/fesh.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/fesh.hxx b/sw/inc/fesh.hxx index 40d0cde5c497..10ffdd894b49 100644 --- a/sw/inc/fesh.hxx +++ b/sw/inc/fesh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: fesh.hxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: ama $ $Date: 2002-04-09 14:17:34 $ + * last change: $Author: mib $ $Date: 2002-05-15 13:22:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -430,6 +430,9 @@ public: USHORT IsObjSelected() const; //Liefert gleich die Anzahl der Objekte, //zaehlt aber nicht die Objekte in Gruppen. +#ifdef ACCESSIBLE_LAYOUT + sal_Bool IsObjSelected( const SdrObject& rObj ) const; +#endif void EndTextEdit(); //Loescht ggf. das Objekt. |