summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorTibor Nagy <nagy.tibor2@nisz.hu>2021-06-23 13:15:57 +0200
committerLászló Németh <nemeth@numbertext.org>2021-06-29 09:50:25 +0200
commit3d55149dcf19cffefcc19c16a3abbe8851453c5e (patch)
tree61559ceb6cbe1261d6ebec6ddb77cd4ff33d5831 /include/oox
parenta63679f30a2c455fe0a6471e76a0ec8e3aecd0ea (diff)
tdf#142913 PPTX: slideshow setting “Start from” not imported
Note: see Slide Show->Slide Show Settings...->Range->From: on the UI, or press Shift-F5 after loading the unit test document sd/qa/unit/data/pptx/tdf142913.pptx. Change-Id: I2e10a4353c26600bf405475cb89990413c81dc1e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117705 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'include/oox')
-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 3edf60cf3273..5125ee3357c7 100644
--- a/include/oox/ppt/presPropsfragmenthandler.hxx
+++ b/include/oox/ppt/presPropsfragmenthandler.hxx
@@ -33,6 +33,7 @@ public:
private:
bool m_bLoop = false;
OUString m_sId;
+ OUString m_sSt;
};
} // namespace ppt
} // namespace oox