summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleShape.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <thb@openoffice.org>2002-04-26 09:27:21 +0000
committerThorsten Behrens <thb@openoffice.org>2002-04-26 09:27:21 +0000
commit134b73d3a5fc3d6640bf98b6129e8410485c2b26 (patch)
treef61f58a09ba41c5ddcddcf655f2274bc0b05abd4 /svx/source/accessibility/AccessibleShape.cxx
parent970c1cd6353dca19233812fd21631b1b01af69f5 (diff)
#98735# Adaptions for EE UAA in SDraw/Impress
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rwxr-xr-xsvx/source/accessibility/AccessibleShape.cxx7
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));
- }*/
+ }
}