diff options
author | Thorsten Behrens <thb@openoffice.org> | 2002-04-26 09:27:21 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2002-04-26 09:27:21 +0000 |
commit | 134b73d3a5fc3d6640bf98b6129e8410485c2b26 (patch) | |
tree | f61f58a09ba41c5ddcddcf655f2274bc0b05abd4 /svx/source/accessibility/AccessibleShape.cxx | |
parent | 970c1cd6353dca19233812fd21631b1b01af69f5 (diff) |
#98735# Adaptions for EE UAA in SDraw/Impress
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rwxr-xr-x | svx/source/accessibility/AccessibleShape.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index 1577dd87b799..104af64bd2c6 100755 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleShape.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: af $ $Date: 2002-04-22 14:32:17 $ + * last change: $Author: thb $ $Date: 2002-04-26 10:25:00 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -170,7 +170,6 @@ void AccessibleShape::Init (void) // Beware! Here we leave the paths of the UNO API and descend into the // depths of the core. Necessary for makeing the edit engine accessible. - /* SdrView* pView = mrShapeTreeInfo.GetSdrView (); const Window* pWindow = mrShapeTreeInfo.GetWindow (); if (pView != NULL && pWindow != NULL) @@ -180,7 +179,7 @@ void AccessibleShape::Init (void) mpText = new SvxAccessibleTextHelper ( this, ::std::auto_ptr<SvxEditSource>(pEditSource)); - }*/ + } } |