diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 14:18:50 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 14:18:50 +0000 |
commit | 71696eadbcd001331d915c5ee1bc27075358af17 (patch) | |
tree | a71b626342c568698ac1689ea266102ebc716e5d | |
parent | 6ec287721a4a3ca80ac21f2fbb6056ed2d061ef9 (diff) |
INTEGRATION: CWS sw30a11y01 (1.4.64); FILE MERGED
2008/05/19 10:26:56 od 1.4.64.1: #i85429# add default accessibility implementation for
com::sun::star::drawing::MediaShape
-rw-r--r-- | svx/inc/svx/SvxShapeTypes.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/inc/svx/SvxShapeTypes.hxx b/svx/inc/svx/SvxShapeTypes.hxx index cb5f05611a95..cf5ec424f792 100644 --- a/svx/inc/svx/SvxShapeTypes.hxx +++ b/svx/inc/svx/SvxShapeTypes.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SvxShapeTypes.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -77,7 +77,8 @@ enum SvxShapeTypes DRAWING_3D_EXTRUDE, DRAWING_CUSTOM, DRAWING_TABLE, /* = 30 */ - DRAWING_END = DRAWING_TABLE + DRAWING_MEDIA, /* = 31 */ + DRAWING_END = DRAWING_MEDIA }; /** List of shape type descriptors corresponding to the |