summaryrefslogtreecommitdiff
path: root/sc/source/ui/theme
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2023-08-12 04:03:57 +0900
committerTomaž Vajngerl <quikee@gmail.com>2023-08-23 23:16:38 +0200
commitad873064b0135e4e00389cd38c7de688286c1fa1 (patch)
treeb40a724847d284cca6332fa18dcbda84f3d7e2f4 /sc/source/ui/theme
parentbf15445b7102a4e2bea2f96891093bc4bf07c4c6 (diff)
sd: add ThemeDialog to Impress/Draw, refactor ThemeColorChanger
Add "Theme" menu action, which starts the common ThemeDialog. Add Impress/Draw specific ThemeColorChanger and remove the one in svx, so that only the interface and common function remain. Rename the svx ThemeColorChanger files to THemeColorChangerCommon. Change-Id: Ibf07a443cadf0452747ab6685f65df37b145c984 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155682 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sc/source/ui/theme')
-rw-r--r--sc/source/ui/theme/ThemeColorChanger.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/theme/ThemeColorChanger.cxx b/sc/source/ui/theme/ThemeColorChanger.cxx
index 2c0933da5cd9..acef84f89fa0 100644
--- a/sc/source/ui/theme/ThemeColorChanger.cxx
+++ b/sc/source/ui/theme/ThemeColorChanger.cxx
@@ -19,6 +19,7 @@
#include <editeng/boxitem.hxx>
#include <editeng/borderline.hxx>
#include <svx/svditer.hxx>
+#include <svx/theme/ThemeColorChangerCommon.hxx>
#include <undodraw.hxx>
#include <stlpool.hxx>