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/svl | |
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/svl')
-rw-r--r-- | include/svl/itempool.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index 244083c67b0c..066cbedae7a8 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -19,6 +19,7 @@ #pragma once +#include <config_options.h> #include <rtl/ref.hxx> #include <svl/poolitem.hxx> #include <svl/svldllapi.h> @@ -93,7 +94,7 @@ public: virtual const SfxPoolItem* getItem() const override { return m_pItem.get(); } }; -class SVL_DLLPUBLIC ItemInfoUser : public ItemInfo +class UNLESS_MERGELIBS(SVL_DLLPUBLIC) ItemInfoUser : public ItemInfo { const SfxPoolItem* m_pItem; |