diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2021-11-30 08:44:02 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-11-30 09:30:34 +0100 |
commit | 48f0c5f73f99c919ec24deadc96c3cf5483c9314 (patch) | |
tree | c0e926babec1b9623d0671a84a938ba6b1138820 /include | |
parent | 5bba732060a947541f07fc9c87df8ac7a1f8c4f7 (diff) |
svx: update objects of pages of a master page when the theme changes
Only text color as a start, and without effects.
Change-Id: I52b1c110870605134c414bcc94b50871cd49975b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126082
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/ColorSets.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svx/ColorSets.hxx b/include/svx/ColorSets.hxx index e6c9f1b4e7ee..c4aa0ae2b9bc 100644 --- a/include/svx/ColorSets.hxx +++ b/include/svx/ColorSets.hxx @@ -19,6 +19,7 @@ #include <tools/color.hxx> typedef struct _xmlTextWriter* xmlTextWriterPtr; +class SdrPage; namespace svx { @@ -89,6 +90,8 @@ public: void ToAny(css::uno::Any& rVal) const; static std::unique_ptr<Theme> FromAny(const css::uno::Any& rVal); + + void UpdateSdrPage(SdrPage* pPage); }; } // end of namespace svx |