From e2ac5cbee3de17d177180fbd1617331f07ae17a8 Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Fri, 7 Jun 2002 13:51:14 +0000 Subject: [PATCH] #99875# Removed constness of returned window. --- svx/source/accessibility/AccessibleShapeTreeInfo.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/accessibility/AccessibleShapeTreeInfo.cxx b/svx/source/accessibility/AccessibleShapeTreeInfo.cxx index 93f910ea1b51..7f835d426d17 100644 --- a/svx/source/accessibility/AccessibleShapeTreeInfo.cxx +++ b/svx/source/accessibility/AccessibleShapeTreeInfo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleShapeTreeInfo.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: af $ $Date: 2002-05-22 08:19:30 $ + * last change: $Author: af $ $Date: 2002-06-07 14:51:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -226,7 +226,7 @@ void AccessibleShapeTreeInfo::SetWindow (Window* pWindow) -const Window* AccessibleShapeTreeInfo::GetWindow (void) const +Window* AccessibleShapeTreeInfo::GetWindow (void) const { return mpWindow; }