summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/ivctrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/contnr/ivctrl.cxx')
-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