Kaydet (Commit) 5bb23d52 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

#65293#

üst 5eb01229
......@@ -2,9 +2,9 @@
*
* $RCSfile: acccontext.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: mib $ $Date: 2002-05-16 08:17:47 $
* last change: $Author: vg $ $Date: 2002-05-21 13:17:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -316,7 +316,7 @@ void SwAccessibleContext::ChildrenScrolled( const SwFrm *pFrm,
case SCROLLED:
case SCROLLED_WITHIN:
xAccImpl->ViewForwarderChanged(
accessibility::IAccessibleViewForwarderListener::ChangeType::VISIBLE_AREA,
accessibility::IAccessibleViewForwarderListener::VISIBLE_AREA,
GetMap() );
break;
case SCROLLED_IN:
......@@ -326,7 +326,7 @@ void SwAccessibleContext::ChildrenScrolled( const SwFrm *pFrm,
case SCROLLED_OUT:
{
xAccImpl->ViewForwarderChanged(
accessibility::IAccessibleViewForwarderListener::ChangeType::VISIBLE_AREA,
accessibility::IAccessibleViewForwarderListener::VISIBLE_AREA,
GetMap() );
DisposeShape( rLower.GetSdrObject(),
xAccImpl.getBodyPtr() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment