diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-11 12:06:38 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-03-13 08:14:38 +0100 |
commit | cd35a509ef6d0e1c09e19879fc6dc6a0ecc25bb4 (patch) | |
tree | b8f0a417b4341f5ac9516f976550d6037acdad90 /include/comphelper/SelectionMultiplex.hxx | |
parent | 61580fcbd10bad2e0aab663d4c8fe43c1e01f92c (diff) |
reduce symbol visibility in --enable-mergelibs=more mode
Change-Id: If811c9ec336543227db73c990248b9113846cf2f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164657
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper/SelectionMultiplex.hxx')
-rw-r--r-- | include/comphelper/SelectionMultiplex.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/comphelper/SelectionMultiplex.hxx b/include/comphelper/SelectionMultiplex.hxx index ab980984aa16..6e599f544078 100644 --- a/include/comphelper/SelectionMultiplex.hxx +++ b/include/comphelper/SelectionMultiplex.hxx @@ -20,6 +20,7 @@ #ifndef INCLUDED_COMPHELPER_SELECTIONMULTIPLEX_HXX #define INCLUDED_COMPHELPER_SELECTIONMULTIPLEX_HXX +#include <config_options.h> #include <com/sun/star/view/XSelectionChangeListener.hpp> #include <com/sun/star/lang/EventObject.hpp> #include <cppuhelper/implbase.hxx> @@ -37,7 +38,7 @@ namespace comphelper //= OSelectionChangeListener /// simple listener adapter for selections - class COMPHELPER_DLLPUBLIC OSelectionChangeListener + class UNLESS_MERGELIBS_MORE(COMPHELPER_DLLPUBLIC) OSelectionChangeListener { friend class OSelectionChangeMultiplexer; @@ -54,7 +55,7 @@ namespace comphelper //= OSelectionChangeMultiplexer /// multiplexer for selection changes - class COMPHELPER_DLLPUBLIC OSelectionChangeMultiplexer final : public cppu::WeakImplHelper< css::view::XSelectionChangeListener> + class UNLESS_MERGELIBS_MORE(COMPHELPER_DLLPUBLIC) OSelectionChangeMultiplexer final : public cppu::WeakImplHelper< css::view::XSelectionChangeListener> { friend class OSelectionChangeListener; css::uno::Reference< css::view::XSelectionSupplier> m_xSet; |