summaryrefslogtreecommitdiffstats
path: root/include/svx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2021-11-30 08:44:02 +0100
committerMiklos Vajna <vmiklos@collabora.com>2021-11-30 09:30:34 +0100
commit48f0c5f73f99c919ec24deadc96c3cf5483c9314 (patch)
treec0e926babec1b9623d0671a84a938ba6b1138820 /include/svx
parentloplugin:stringliteraldefine in unotools (diff)
downloadcore-48f0c5f73f99c919ec24deadc96c3cf5483c9314.tar.gz
core-48f0c5f73f99c919ec24deadc96c3cf5483c9314.zip
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/svx')
-rw-r--r--include/svx/ColorSets.hxx3
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