diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-08 14:15:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-02-12 20:25:54 +0100 |
commit | 033aaeec9ee6d7ab78690054ebf1ad8af5e3eff3 (patch) | |
tree | 4c60a5e567922d944188151d74a07aa96e6e1cbc /include/svx/theme | |
parent | a993b2823a106d15a50005567266acfe2f65e28f (diff) |
use more UNLESS_MERGELIBS
Change-Id: I351a9127fb26369d8f598b6d6519d7e490fa476b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163190
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/theme')
-rw-r--r-- | include/svx/theme/ThemeColorPaletteManager.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/theme/ThemeColorPaletteManager.hxx b/include/svx/theme/ThemeColorPaletteManager.hxx index 8531021bbc84..64cbf8e3fa91 100644 --- a/include/svx/theme/ThemeColorPaletteManager.hxx +++ b/include/svx/theme/ThemeColorPaletteManager.hxx @@ -8,6 +8,7 @@ */ #pragma once +#include <config_options.h> #include <svx/svxdllapi.h> #include <rtl/ustring.hxx> #include <array> @@ -54,7 +55,7 @@ struct SVXCORE_DLLPUBLIC ThemePaletteCollection std::array<ThemePaletteColorData, 12> maColors; }; -class SVXCORE_DLLPUBLIC ThemeColorPaletteManager final +class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) ThemeColorPaletteManager final { std::shared_ptr<model::ColorSet> m_pColorSet; |