summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-03-19 07:55:56 +0000
committergt <gt@openoffice.org>2002-03-19 07:55:56 +0000
commite0213623178617ec461fda516809bdfb3f05dd9b (patch)
tree2677eb096c9875352f7bcb1c6b9e968f6210b166 /svx/source/dialog/dlgctrl.cxx
parentnew version for SRC653 (diff)
downloadcore-e0213623178617ec461fda516809bdfb3f05dd9b.tar.gz
core-e0213623178617ec461fda516809bdfb3f05dd9b.zip
#97365# additional fixes
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 5de8ad9f3c81..c49eb5b7dcf9 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgctrl.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: gt $ $Date: 2002-03-06 09:45:41 $
+ * last change: $Author: gt $ $Date: 2002-03-19 08:55:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -690,7 +690,7 @@ Rectangle SvxRectCtl::CalculateFocusRectangle( RECT_POINT eRectPoint ) const
Reference< XAccessible > SvxRectCtl::CreateAccessible()
{
- Window* pParent = GetParent();
+ Window* pParent = GetAccessibleParentWindow();
DBG_ASSERT( pParent, "-SvxRectCtl::CreateAccessible(): No Parent!" );