summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-09-16 06:24:18 +0000
committerPeter Burow <pb@openoffice.org>2002-09-16 06:24:18 +0000
commitd6eb12ff691327b861a2b21ece72a8439e341f7a (patch)
treeccb0c1ddf39e33b326e312509fc2ee5d4b8bb025
parent5773687296c38bf0b0a8338571119e807c4b9a01 (diff)
fix: #103247# GetBoundingBox() improved
-rw-r--r--svtools/source/contnr/ivctrl.cxx6
1 files 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