summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorNnamani Ezinne <nnamani.ezinne@collabora.com>2021-11-08 21:13:59 +0100
committerAndras Timar <andras.timar@collabora.com>2021-11-11 16:01:04 +0100
commitc3773aaf627dda07125358c77f767ac1fe4fa755 (patch)
tree1f4bda21fcb19bea1debb976582e9d20d99f8e16 /desktop
parent4fc8c453da759b34e7460da6338a5c2d80e3d3c4 (diff)
Impress- Correct commands mentioning Page instead of Slide
Replaced UNO commands that have similar implementation but their labels bear Page instead of Slide Change-Id: I5fb24493478b0a8fdd4e324066d8112497fc9eb1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124888 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125047 Tested-by: Jenkins
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index e748aa006411..6a1e0871fceb 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3025,6 +3025,9 @@ static void doc_iniUnoCommands ()
OUString(".uno:InsertPage"),
OUString(".uno:DeletePage"),
OUString(".uno:DuplicatePage"),
+ OUString(".uno:InsertSlide"),
+ OUString(".uno:DeleteSlide"),
+ OUString(".uno:DuplicateSlide"),
OUString(".uno:Cut"),
OUString(".uno:Copy"),
OUString(".uno:Paste"),