summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
authorTibor Nagy <nagy.tibor2@nisz.hu>2021-04-28 13:10:59 +0200
committerLászló Németh <nemeth@numbertext.org>2021-05-04 17:27:55 +0200
commitcfa672013a1a75ff53993084ae5e69fcd985d010 (patch)
treeac929f2ee06b2a19430074b243d48f8471ceae96 /opencl
parent84b4bca314ded015911ab986e8f999518616b248 (diff)
tdf#103347 PPTX import: fix duplicated slide name
PPTX import uses title text as slide names, but this resulted duplicated slide names in the case of repeating title text, which forbidden by UNO API: == GenericDrawPage.idl == /** Gets or sets the name of this page. <p>Duplicated page names inside a document are not allowed. */ [optional] interface com::sun::star::container::XNamed; Now the import code skips the duplicated title text, resulting default numbered slide names instead of the duplicated title names. Note: it seems, this hasn't fixed the jumping slide selection, e.g. sometimes pressing Shift-F5 still presents the first slide instead of the actual one. Change-Id: I98511c3c9a59598ea113e7387db5202d7f8a7cd4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114810 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'opencl')
0 files changed, 0 insertions, 0 deletions