diff options
Diffstat (limited to 'chart2/source/inc/LegendHelper.hxx')
-rw-r--r-- | chart2/source/inc/LegendHelper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/inc/LegendHelper.hxx b/chart2/source/inc/LegendHelper.hxx index f2bf2e55fefb..c46131bd2bc4 100644 --- a/chart2/source/inc/LegendHelper.hxx +++ b/chart2/source/inc/LegendHelper.hxx @@ -18,6 +18,7 @@ */ #pragma once +#include <config_options.h> #include <com/sun/star/uno/Reference.hxx> #include <rtl/ref.hxx> #include "charttoolsdllapi.hxx" @@ -32,7 +33,7 @@ namespace chart class Diagram; class Legend; -class OOO_DLLPUBLIC_CHARTTOOLS LegendHelper +class UNLESS_MERGELIBS(OOO_DLLPUBLIC_CHARTTOOLS) LegendHelper { public: static rtl::Reference< ::chart::Legend > |