#95585#: added accessibility selection

This commit is contained in:
Kai Ahrens 2002-05-08 08:52:47 +00:00
parent 6d5a235b31
commit baab164da8

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: SdUnoDrawView.cxx,v $ * $RCSfile: SdUnoDrawView.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: cl $ $Date: 2002-03-21 14:19:59 $ * last change: $Author: ka $ $Date: 2002-05-08 09:52:47 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -446,11 +446,12 @@ sal_Bool SAL_CALL SdUnoDrawView::select( const Any& aSelection )
if(pObj && pObj->GetPage() == pPV->GetPage()) if(pObj && pObj->GetPage() == pPV->GetPage())
{ {
mpView->MarkObj( pObj, pPV ); mpView->MarkObj( pObj, pPV );
return sal_True;
} }
} }
} }
} }
return sal_True;
} }
} }