summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTibor Nagy <nagy.tibor2@nisz.hu>2021-06-14 16:06:55 +0200
committerLászló Németh <nemeth@numbertext.org>2021-06-21 14:09:03 +0200
commit8bf44b9cdceb7926fe52ef0bd4a38af24e7c700a (patch)
tree6db07c149d7dc2206939939c973f2d0f694f453e /include
parent9d8954197cc2b6e57db56abe18bfc782a1a715a6 (diff)
tdf#142590 PPTX import: fix custom slide show use as default
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 <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include')
-rw-r--r--include/oox/ppt/presPropsfragmenthandler.hxx1
1 files changed, 1 insertions, 0 deletions
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