summaryrefslogtreecommitdiff
path: root/include/oox/ppt/slidepersist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/slidepersist.hxx')
-rw-r--r--include/oox/ppt/slidepersist.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/oox/ppt/slidepersist.hxx b/include/oox/ppt/slidepersist.hxx
index 1b0a92c70783..4ba48637c66a 100644
--- a/include/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
@@ -127,6 +127,9 @@ public:
void createConnectorShapeConnection();
+ void addURLShapeId(const OUString& rShapeId) { maURLShapeId.push_back(rShapeId); }
+ std::vector<OUString>& getURLShapeId() { return maURLShapeId; }
+
private:
OUString maPath;
OUString maLayoutPath;
@@ -160,6 +163,7 @@ private:
CommentAuthorList maCommentAuthors;
std::vector<OUString> maConnectorShapeId;
+ std::vector<OUString> maURLShapeId;
};
}