diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-02-24 13:11:19 +0100 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-02-24 13:11:19 +0100 |
commit | 3dbbaa9d0eb6259a346f485e52086459f895215e (patch) | |
tree | 13733e0a23b1ab17ee7b704848616394e0331a4a /xmloff/source/draw | |
parent | 24be43ab5287828705356e22421cc7fc47fa30a4 (diff) |
fixed storing issue with presentation tables
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/shapeexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/shapeexport.cxx b/xmloff/source/draw/shapeexport.cxx index 49d6a87831f0..3db1e336410f 100644 --- a/xmloff/source/draw/shapeexport.cxx +++ b/xmloff/source/draw/shapeexport.cxx @@ -470,6 +470,7 @@ void XMLShapeExport::collectShapeAutoStyles(const uno::Reference< drawing::XShap mrExport.getInterfaceToIdentifierMapper().registerReference( xConnection ); break; } + case XmlShapeTypePresTableShape: case XmlShapeTypeDrawTableShape: { try |