From 8bf44b9cdceb7926fe52ef0bd4a38af24e7c700a Mon Sep 17 00:00:00 2001 From: Tibor Nagy Date: Mon, 14 Jun 2021 16:06:55 +0200 Subject: tdf#142590 PPTX import: fix custom slide show use as default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the PPTX file contains a custom slideshow, which set by default and opening in Impress, this setting wasn't imported. See also commit 312334f8488a668e9b5302959b60292ce151e4fc "tdf#47365 PPTX export: support loop attribute" and commit a4b66458a7b8da2f5580014813e5dabe3fa670b6 "tdf#125071 PPTX: fix missing custom slide show export". Change-Id: I9c2b3773f6883ee795f119df5b8534fcdfa6618f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117172 Tested-by: László Németh Reviewed-by: László Németh --- include/oox/ppt/presPropsfragmenthandler.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/oox/ppt/presPropsfragmenthandler.hxx b/include/oox/ppt/presPropsfragmenthandler.hxx index d760f39f4524..3edf60cf3273 100644 --- a/include/oox/ppt/presPropsfragmenthandler.hxx +++ b/include/oox/ppt/presPropsfragmenthandler.hxx @@ -32,6 +32,7 @@ public: private: bool m_bLoop = false; + OUString m_sId; }; } // namespace ppt } // namespace oox -- cgit