summaryrefslogtreecommitdiff
path: root/xmloff/source/draw
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-02-24 13:11:19 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-02-24 13:11:19 +0100
commit3dbbaa9d0eb6259a346f485e52086459f895215e (patch)
tree13733e0a23b1ab17ee7b704848616394e0331a4a /xmloff/source/draw
parent24be43ab5287828705356e22421cc7fc47fa30a4 (diff)
fixed storing issue with presentation tables
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r--xmloff/source/draw/shapeexport.cxx1
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