summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorParis Oplopoios <paris.oplopoios@collabora.com>2023-03-16 03:55:34 +0200
committerParis Oplopoios <parisoplop@gmail.com>2023-03-16 23:45:34 +0000
commit9310192a4a0af4e7e3e9ac6124cdd2a706dfedcb (patch)
treea2107e03b8e715fa83c5a91e1efa6c3a3663550e /desktop
parente12fff12b66561bc46a0e22f58919efa443e7e17 (diff)
Add uno command that changes the theme
Add an uno command that changes the theme to the one specified in the first parameter Change-Id: Ia0fef2ca698415e07f1943cf80ab667fb5c37238 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148942 Tested-by: Jenkins Reviewed-by: Paris Oplopoios <parisoplop@gmail.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/lib/init.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index bdab0c035563..6753220051e0 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -3418,6 +3418,7 @@ static void doc_iniUnoCommands ()
OUString(".uno:InsertSlide"),
OUString(".uno:DeleteSlide"),
OUString(".uno:DuplicateSlide"),
+ OUString(".uno:ChangeTheme"),
OUString(".uno:Cut"),
OUString(".uno:Copy"),
OUString(".uno:Paste"),