summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:13:15 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-11-14 12:13:15 +0000
commit3093531448f96df6550985f04b81cfe03070a10b (patch)
tree15fcdab992063a0bfdc241b4ec4c4655bb612e76 /svx
parent25b20e4899fe9b7c76d5f806228301a319e13005 (diff)
INTEGRATION: CWS aw024 (1.10.52); FILE MERGED
2006/09/21 18:10:11 aw 1.10.52.3: RESYNC: (1.11-1.12); FILE MERGED 2005/09/18 01:53:45 aw 1.10.52.2: RESYNC: (1.10-1.11); FILE MERGED 2004/12/23 16:52:28 aw 1.10.52.1: #i39525
Diffstat (limited to 'svx')
-rw-r--r--svx/source/accessibility/SvxShapeTypes.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/svx/source/accessibility/SvxShapeTypes.cxx b/svx/source/accessibility/SvxShapeTypes.cxx
index 84504afe992b..404c0d442cbd 100644
--- a/svx/source/accessibility/SvxShapeTypes.cxx
+++ b/svx/source/accessibility/SvxShapeTypes.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SvxShapeTypes.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 04:05:27 $
+ * last change: $Author: ihi $ $Date: 2006-11-14 13:13:15 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -63,7 +63,6 @@ AccessibleShape* CreateSvxAccessibleShape (
case DRAWING_3D_CUBE:
case DRAWING_3D_EXTRUDE:
case DRAWING_3D_LATHE:
-//BFS01 case DRAWING_3D_POLYGON:
case DRAWING_3D_SCENE:
case DRAWING_3D_SPHERE:
case DRAWING_CAPTION:
@@ -193,9 +192,6 @@ ShapeTypeDescriptor aSvxShapeTypeList[] = {
ShapeTypeDescriptor ( DRAWING_3D_EXTRUDE,
::rtl::OUString::createFromAscii ("com.sun.star.drawing.Shape3DExtrudeObject"),
CreateSvxAccessibleShape ),
-//BFS01 ShapeTypeDescriptor ( DRAWING_3D_POLYGON,
-//BFS01 ::rtl::OUString::createFromAscii ("com.sun.star.drawing.Shape3DPolygonObject"),
-//BFS01 CreateSvxAccessibleShape )
// --> OD 2004-11-29 #i37790# - default accessiblility shape for
// com::sun::star::drawing::CustomShape
ShapeTypeDescriptor ( DRAWING_CUSTOM,