summaryrefslogtreecommitdiff
path: root/svx/source/accessibility
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 09:32:59 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 09:32:59 +0000
commit22b4ecce9136e3dad385cbf0bfff557c42e88495 (patch)
treee42ac3487d9749c3c7824d99ccb557ccd98c9696 /svx/source/accessibility
parent34f989dbc858cc653055b155ecc570650fee93fb (diff)
INTEGRATION: CWS aw019 (1.44.350); FILE MERGED
2004/09/28 15:52:58 aw 1.44.350.1: #i11190#
Diffstat (limited to 'svx/source/accessibility')
-rwxr-xr-xsvx/source/accessibility/AccessibleShape.cxx12
1 files changed, 6 insertions, 6 deletions
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;