summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/PopupRequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/PopupRequest.hxx')
-rw-r--r--chart2/source/inc/PopupRequest.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/inc/PopupRequest.hxx b/chart2/source/inc/PopupRequest.hxx
index a755fdfa3c85..90fe315d2471 100644
--- a/chart2/source/inc/PopupRequest.hxx
+++ b/chart2/source/inc/PopupRequest.hxx
@@ -9,6 +9,7 @@
#pragma once
+#include <config_options.h>
#include "charttoolsdllapi.hxx"
#include <comphelper/compbase.hxx>
@@ -21,7 +22,7 @@ namespace impl
typedef comphelper::WeakComponentImplHelper<css::awt::XRequestCallback> PopupRequest_Base;
}
-class OOO_DLLPUBLIC_CHARTTOOLS PopupRequest final : public impl::PopupRequest_Base
+class UNLESS_MERGELIBS(OOO_DLLPUBLIC_CHARTTOOLS) PopupRequest final : public impl::PopupRequest_Base
{
public:
explicit PopupRequest();