diff options
author | Grzegorz Araminowicz <grzegorz.araminowicz@collabora.com> | 2019-03-15 23:50:13 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-18 09:22:45 +0100 |
commit | 58278ea997b92d02177b6641794f49a4c7005130 (patch) | |
tree | 03ff74a3849bbe1f2e7f8f97f00e70327efc1875 /include/oox | |
parent | 38beb477db4e2213feb7c8bc85fd7df7d93ae89d (diff) |
PPTX import: save also OOXDrawing in InteropGrabBag
Change-Id: Ieaf341dd13e06046044f3523c3aad74476160402
Reviewed-on: https://gerrit.libreoffice.org/69328
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r-- | include/oox/drawingml/shape.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx index 4b25aa49e223..e7d06476656d 100644 --- a/include/oox/drawingml/shape.hxx +++ b/include/oox/drawingml/shape.hxx @@ -227,6 +227,8 @@ public: /// Changes reference semantics to value semantics for fill properties. void cloneFillProperties(); + void keepDiagramDrawing(::oox::core::XmlFilterBase& rFilterBase, const OUString& rFragmentPath); + protected: enum FrameType |