loleaflet/src/control/Styles.js | 20 -------------------- 1 file changed, 20 deletions(-)
New commits: commit 37df54ec094e4d9d2cc6c81b3199ef65e0e4993b Author: Pranav Kant <[email protected]> Date: Fri Feb 2 18:38:48 2018 +0530 Unused object definition Change-Id: Idacd860d7d48a555863601a06cd1a2533b93b508 (cherry picked from commit 79c941e819df0a6ed16971a8872aa83b4209de97) Reviewed-on: https://gerrit.libreoffice.org/49403 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/loleaflet/src/control/Styles.js b/loleaflet/src/control/Styles.js index 7cd3febd..5321e788 100644 --- a/loleaflet/src/control/Styles.js +++ b/loleaflet/src/control/Styles.js @@ -279,26 +279,6 @@ L.Styles = { 'List 5':'List 5' }, - // For impress documents, LOK STATE_CHANGED callback return these internal names - // which are different from what is returned by initial .uno:StyleApply. - // Convert these names to our stored internal names before processing - impressMapping : { - 'Titel':'title', - 'Untertitel':'subtitle', - 'Gliederung 1':'outline1', - 'Gliederung 2':'outline2', - 'Gliederung 3':'outline3', - 'Gliederung 4':'outline4', - 'Gliederung 5':'outline5', - 'Gliederung 6':'outline6', - 'Gliederung 7':'outline7', - 'Gliederung 8':'outline8', - 'Gliederung 9':'outline9', - 'Hintergrund':'background', - 'Hintergrundobjekte':'backgroundobjects', - 'Notizen':'notes' - }, - impressLayout : [ {id: 0, text: 'Title Slide'}, {id: 1, text: 'Title, Content'}, _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
