diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx index 28c1d2870ed4..b00aa125b129 100644 --- a/sd/source/filter/eppt/pptx-epptooxml.cxx +++ b/sd/source/filter/eppt/pptx-epptooxml.cxx @@ -323,6 +323,8 @@ ShapeExport& PowerPointShapeExport::WriteUnknownShape(const Reference< XShape >& if (!WritePlaceholder(xShape, Subtitle, mbMaster)) ShapeExport::WriteTextShape(xShape); } + else + SAL_WARN("sd.eppt", "unknown shape not handled: " << USS(sShapeType)); return *this; } |