summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/GraphicImport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/dmapper/GraphicImport.cxx')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.cxx b/writerfilter/source/dmapper/GraphicImport.cxx
index 744361dfc494..4e9446b49a44 100644
--- a/writerfilter/source/dmapper/GraphicImport.cxx
+++ b/writerfilter/source/dmapper/GraphicImport.cxx
@@ -874,6 +874,7 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
break;
case NS_ooxml::LN_shape:
{
+ fprintf(stderr,"SHAPE2\n");
uno::Reference< drawing::XShape> xShape;
val.getAny( ) >>= xShape;
@@ -950,6 +951,9 @@ void GraphicImport::lcl_attribute(Id nName, Value & val)
}
}
break;
+ case NS_ooxml::LN_starmath:
+ fprintf(stderr,"STARMATH2\n");
+ break;
case NS_ooxml::LN_CT_Inline_distT:
case NS_ooxml::LN_CT_Inline_distB:
case NS_ooxml::LN_CT_Inline_distL: