diff options
Diffstat (limited to 'include/svx/theme')
-rw-r--r-- | include/svx/theme/ThemeColorPaletteManager.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/theme/ThemeColorPaletteManager.hxx b/include/svx/theme/ThemeColorPaletteManager.hxx index 14fbda39248b..d575c1038750 100644 --- a/include/svx/theme/ThemeColorPaletteManager.hxx +++ b/include/svx/theme/ThemeColorPaletteManager.hxx @@ -60,6 +60,7 @@ class SVXCORE_DLLPUBLIC ThemeColorPaletteManager final public: ThemeColorPaletteManager(std::shared_ptr<model::ColorSet> const& pColorSet); ThemePaletteCollection generate(); + OString generateJSON(); }; } // end svx namespace |