summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-04-12 10:30:11 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-07-12 22:06:12 -0400
commitc8d04e62079222004876a4274fd2d4f1daaa41e7 (patch)
tree95b22a86716f536f10de7c771c0f4622bddc1bca /sd
parentf11d206ae8988a26c66b8e3afaa1a4c23fc3a8e3 (diff)
tdf#99224 PPTX export: implement support for images with text
In case an image had text, then ShapeExport::WriteGraphicObjectShapePart() wanted to write "only the text", but PowerPointShapeExport::WriteTextShape() had no idea how to write an image, so at the end nothing was exported. (cherry picked from commit fc70e4c4e192372f77511bc6ce2bc77b9c9539be) Change-Id: I6c1ad0b41d4c5dc260b952322fb8a59e7f175603
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/export-tests.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index 2c2634030167..c66d0c69a041 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -76,7 +76,6 @@
#include <svx/svdotable.hxx>
-
#include <config_features.h>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>