diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-20 16:07:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-03-23 12:05:36 +0100 |
commit | 01159643623de55f9e1de84d568032ca919dbd8f (patch) | |
tree | ce16c0be84c8648eae7afb69196b02393bc71c2f /svx/source/inc/fmexch.hxx | |
parent | f6f37e3341f2a3ad292af1a923dbc33d81e439c9 (diff) |
make more classes private in mergedlibs mode
Change-Id: I486922d0652f26fa7ee56f5fe308e19fe5ff137e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90856
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/inc/fmexch.hxx')
-rw-r--r-- | svx/source/inc/fmexch.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx index 72a40e908f94..4bffa6c185d0 100644 --- a/svx/source/inc/fmexch.hxx +++ b/svx/source/inc/fmexch.hxx @@ -19,6 +19,7 @@ #ifndef INCLUDED_SVX_SOURCE_INC_FMEXCH_HXX #define INCLUDED_SVX_SOURCE_INC_FMEXCH_HXX +#include <config_options.h> #include <sal/config.h> #include <set> @@ -44,7 +45,7 @@ namespace svxform //= OLocalExchange - class SVXCORE_DLLPUBLIC OLocalExchange : public TransferableHelper + class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) OLocalExchange : public TransferableHelper { private: Link<OLocalExchange&,void> m_aClipboardListener; @@ -89,7 +90,7 @@ namespace svxform //= OLocalExchangeHelper /// a helper for navigator windows (SvTreeListBox'es) which allow DnD within themself - class SVXCORE_DLLPUBLIC OLocalExchangeHelper + class UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) OLocalExchangeHelper { protected: VclPtr<vcl::Window> m_pDragSource; |