From 9310192a4a0af4e7e3e9ac6124cdd2a706dfedcb Mon Sep 17 00:00:00 2001 From: Paris Oplopoios Date: Thu, 16 Mar 2023 03:55:34 +0200 Subject: 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 --- desktop/source/lib/init.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop') 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"), -- cgit