summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/diagram/diagram.hxx
diff options
context:
space:
mode:
authorGrzegorz Araminowicz <g.araminowicz@gmail.com>2017-08-08 10:57:24 +0200
committerJan Holesovsky <kendy@collabora.com>2017-08-10 16:51:49 +0200
commit93a3739bf47ada4549b3c139c55a9b039c1db1ee (patch)
tree9cc3fa7aad805df1d21a4881fe30a80d9fb57f5f /oox/source/drawingml/diagram/diagram.hxx
parent0bb18896ad593bed31cc231c7779045ee907a43e (diff)
SmartArt: add nested shapes only if they are node's children
Change-Id: I6527fc4166001ffc1e1e170b179cd4eadf55305c Reviewed-on: https://gerrit.libreoffice.org/40870 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'oox/source/drawingml/diagram/diagram.hxx')
-rw-r--r--oox/source/drawingml/diagram/diagram.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/drawingml/diagram/diagram.hxx b/oox/source/drawingml/diagram/diagram.hxx
index 2e1429da37b0..914c421e1a6d 100644
--- a/oox/source/drawingml/diagram/diagram.hxx
+++ b/oox/source/drawingml/diagram/diagram.hxx
@@ -180,6 +180,7 @@ public:
{ return maPointsPresNameMap; }
::std::vector<OUString> &getExtDrawings()
{ return maExtDrawings; }
+ const dgm::Point* getRootPoint() const;
void dump();
private:
FillPropertiesPtr mpFillProperties;