diff options
author | Radek Doulik <rodo@novell.com> | 2010-10-08 22:28:39 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2010-10-08 22:42:27 +0200 |
commit | 2341f9e8593026db2fc24f6c578cdbf4a35cc061 (patch) | |
tree | 99697607c480fdb16c96f0bbd7a448210f2673ed /oox/inc | |
parent | 47500a48b4d2d7a94e2ffdb0d78a4fd4e0d9139f (diff) |
fix default vertical text alignment and placeholder style, n#645116
- use master's body style in case placeholder doesn't have shape in master/layout
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/drawingml/shape.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/inc/oox/drawingml/shape.hxx b/oox/inc/oox/drawingml/shape.hxx index 530055373bbd..d326d2373848 100644 --- a/oox/inc/oox/drawingml/shape.hxx +++ b/oox/inc/oox/drawingml/shape.hxx @@ -198,6 +198,7 @@ protected: CustomShapePropertiesPtr mpCustomShapePropertiesPtr; table::TablePropertiesPtr mpTablePropertiesPtr; PropertyMap maShapeProperties; + PropertyMap maDefaultShapeProperties; TextListStylePtr mpMasterTextListStyle; ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > mxShape; |