diff options
Diffstat (limited to 'chart2/source/inc/WrappedPropertySet.hxx')
-rw-r--r-- | chart2/source/inc/WrappedPropertySet.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/inc/WrappedPropertySet.hxx b/chart2/source/inc/WrappedPropertySet.hxx index ec3d43632c26..dabc6e33c5c4 100644 --- a/chart2/source/inc/WrappedPropertySet.hxx +++ b/chart2/source/inc/WrappedPropertySet.hxx @@ -18,6 +18,7 @@ */ #pragma once +#include <config_options.h> #include "WrappedProperty.hxx" #include "charttoolsdllapi.hxx" #include <com/sun/star/beans/XMultiPropertySet.hpp> @@ -36,7 +37,7 @@ namespace cppu { class OPropertyArrayHelper; } namespace chart { -class OOO_DLLPUBLIC_CHARTTOOLS WrappedPropertySet : +class UNLESS_MERGELIBS(OOO_DLLPUBLIC_CHARTTOOLS) WrappedPropertySet : public ::cppu::WeakImplHelper < css::beans::XPropertySet , css::beans::XMultiPropertySet |