From d6eb12ff691327b861a2b21ece72a8439e341f7a Mon Sep 17 00:00:00 2001 From: Peter Burow Date: Mon, 16 Sep 2002 06:24:18 +0000 Subject: fix: #103247# GetBoundingBox() improved --- svtools/source/contnr/ivctrl.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svtools/source/contnr/ivctrl.cxx b/svtools/source/contnr/ivctrl.cxx index b47af50628a5..e19c6011033f 100644 --- a/svtools/source/contnr/ivctrl.cxx +++ b/svtools/source/contnr/ivctrl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ivctrl.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fs $ $Date: 2002-09-13 12:19:45 $ + * last change: $Author: pb $ $Date: 2002-09-16 07:24:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -605,7 +605,7 @@ BOOL SvtIconChoiceCtrl::HandleShortCutKey( const KeyEvent& r ) Rectangle SvtIconChoiceCtrl::GetBoundingBox( SvxIconChoiceCtrlEntry* pEntry ) const { - return _pImp->CalcFocusRect( pEntry ); + return _pImp->GetEntryBoundRect( pEntry ); } void SvtIconChoiceCtrl::FillLayoutData() const -- cgit