From 22b4ecce9136e3dad385cbf0bfff557c42e88495 Mon Sep 17 00:00:00 2001 From: Pascal Junck Date: Wed, 3 Nov 2004 09:32:59 +0000 Subject: INTEGRATION: CWS aw019 (1.44.350); FILE MERGED 2004/09/28 15:52:58 aw 1.44.350.1: #i11190# --- svx/source/accessibility/AccessibleShape.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'svx/source/accessibility') diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx index d1fd56d91fa7..ce0bea7826c5 100755 --- a/svx/source/accessibility/AccessibleShape.cxx +++ b/svx/source/accessibility/AccessibleShape.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessibleShape.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: kz $ $Date: 2004-02-26 13:46:25 $ + * last change: $Author: pjunck $ $Date: 2004-11-03 10:32:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1080,9 +1080,9 @@ void AccessibleShape::ViewForwarderChanged (ChangeType aChangeType, case DRAWING_3D_LATHE: nResourceId = STR_ObjNameSingulLathe3d; break; - case DRAWING_3D_POLYGON: - nResourceId = STR_ObjNameSingulPoly3d; - break; +//BFS01 case DRAWING_3D_POLYGON: +//BFS01 nResourceId = STR_ObjNameSingulPoly3d; +//BFS01 break; case DRAWING_3D_SCENE: nResourceId = STR_ObjNameSingulScene3d; break; @@ -1221,7 +1221,7 @@ void AccessibleShape::ViewForwarderChanged (ChangeType aChangeType, case DRAWING_3D_CUBE: case DRAWING_3D_EXTRUDE: case DRAWING_3D_LATHE: - case DRAWING_3D_POLYGON: +//BFS01 case DRAWING_3D_POLYGON: case DRAWING_3D_SPHERE: aDG.Add3DProperties (); break; -- cgit