added few more custom shape presets
This commit is contained in:
parent
9fb67c85ec
commit
ca5c78e28f
2 changed files with 1043 additions and 2 deletions
|
@ -1471,7 +1471,8 @@ OUString GetShapeType( sal_Int32 nType )
|
|||
sType = sBracePair;
|
||||
} break;
|
||||
case XML_straightConnector1: {
|
||||
static const OUString sStraightConnector1 = CREATE_OUSTRING( "mso-spt32" );
|
||||
static const OUString sStraightConnector1 = CREATE_OUSTRING( "ooxml-straight-connector-1" );
|
||||
OSL_TRACE("preset resolved as: ooxml-straight-connector-1");
|
||||
sType = sStraightConnector1;
|
||||
} break;
|
||||
case XML_bentConnector2: {
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue