INTEGRATION: CWS dr32 (1.9.4); FILE MERGED

2005/02/04 12:02:03 jmarmion 1.9.4.1: #119010# add mso_sptFlowChart/PredefinedProcess/InternalStorage as RECT GluePointType.
Issue number:
Submitted by:
Reviewed by:
This commit is contained in:
Vladimir Glazounov 2005-02-21 13:00:36 +00:00
parent 024a216cae
commit 8a4829b0b3

View file

@ -2,9 +2,9 @@
*
* $RCSfile: EnhancedCustomShapeGeometry.cxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: rt $ $Date: 2005-01-27 16:16:38 $
* last change: $Author: vg $ $Date: 2005-02-21 14:00:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -64,7 +64,6 @@
#ifndef _DRAFTS_COM_SUN_STAR_DRAWING_ENHANCEDCUSTOMSHAPEGLUEPOINTTYPE_HPP_
#include <drafts/com/sun/star/drawing/EnhancedCustomShapeGluePointType.hpp>
#endif
/*
static const SvxMSDffVertPair Vert[] =
{
@ -5531,6 +5530,8 @@ const sal_Int16 GetCustomShapeConnectionTypeDefault( MSO_SPT eSpType )
case mso_sptRoundRectangle :
case mso_sptPictureFrame :
case mso_sptFlowChartProcess :
case mso_sptFlowChartPredefinedProcess :
case mso_sptFlowChartInternalStorage :
case mso_sptTextPlainText :
case mso_sptTextBox :
nGluePointType = drafts::com::sun::star::drawing::EnhancedCustomShapeGluePointType::RECT;