diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-08-12 04:03:57 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-08-23 23:16:38 +0200 |
commit | ad873064b0135e4e00389cd38c7de688286c1fa1 (patch) | |
tree | b40a724847d284cca6332fa18dcbda84f3d7e2f4 /sc/source/ui/theme | |
parent | bf15445b7102a4e2bea2f96891093bc4bf07c4c6 (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.cxx | 1 |
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> |