summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-15 13:39:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-15 13:39:02 +0000
commit11ed453633e051aba05a7dc0013b4ab5a5d66fa5 (patch)
tree43216c71b0c105affd3cc952f370f59b1f76ab72
parentc73055e88b63ede43d88caba532df671438e4ac6 (diff)
INTEGRATION: CWS dba22b (1.8.8); FILE MERGED
2006/12/12 08:22:07 fs 1.8.8.1: #i71260# GetUnoControl now taking an SdrView, additionally to the output device
-rw-r--r--basctl/source/accessibility/accessibledialogcontrolshape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/accessibility/accessibledialogcontrolshape.cxx b/basctl/source/accessibility/accessibledialogcontrolshape.cxx
index ae1868ed6..2a1ce89e8 100644
--- a/basctl/source/accessibility/accessibledialogcontrolshape.cxx
+++ b/basctl/source/accessibility/accessibledialogcontrolshape.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessibledialogcontrolshape.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2006-11-14 15:28:00 $
+ * last change: $Author: vg $ $Date: 2007-01-15 14:39:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -237,7 +237,7 @@ Window* AccessibleDialogControlShape::GetWindow() const
Window* pWindow = NULL;
if ( m_pDlgEdObj )
{
- Reference< awt::XControl > xControl( m_pDlgEdObj->GetUnoControl(m_pDialogWindow), UNO_QUERY );
+ Reference< awt::XControl > xControl( m_pDlgEdObj->GetControl(), UNO_QUERY );
if ( xControl.is() )
pWindow = VCLUnoHelper::GetWindow( xControl->getPeer() );
}