diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-02-25 18:04:05 +0100 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-02-25 18:04:05 +0100 |
commit | 3138e431cb23a6ba95d16713ce30a54451566665 (patch) | |
tree | da76e583f398f024f8039834f87eae3dbbd2c535 /xmloff/source/draw | |
parent | 5183b77b79af2f5d681bccb3c3a4f38e97881fec (diff) |
more fixes for new presentation layout shapes
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 3db1e336410f..f1941e715a96 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -1118,7 +1118,7 @@ void XMLShapeExport::ImpCalcShapeType(const uno::Reference< drawing::XShape >& x else if(aType.EqualsAscii("FooterShape", 26, 11)) { eShapeType = XmlShapeTypePresFooterShape; } else if(aType.EqualsAscii("SlideNumberShape", 26, 16)) { eShapeType = XmlShapeTypePresSlideNumberShape; } else if(aType.EqualsAscii("DateTimeShape", 26, 13)) { eShapeType = XmlShapeTypePresDateTimeShape; } - else if(aType.EqualsAscii("MediaShape", 21, 10)) { eShapeType = XmlShapeTypePresMediaShape; } + else if(aType.EqualsAscii("MediaShape", 26, 10)) { eShapeType = XmlShapeTypePresMediaShape; } } } } |