summaryrefslogtreecommitdiffstats
path: root/chart2/source/inc/NumberFormatterWrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/NumberFormatterWrapper.hxx')
-rw-r--r--chart2/source/inc/NumberFormatterWrapper.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/source/inc/NumberFormatterWrapper.hxx b/chart2/source/inc/NumberFormatterWrapper.hxx
index c3412fc9c91c..aff249d84f33 100644
--- a/chart2/source/inc/NumberFormatterWrapper.hxx
+++ b/chart2/source/inc/NumberFormatterWrapper.hxx
@@ -18,6 +18,7 @@
*/
#pragma once
+#include <config_options.h>
#include "charttoolsdllapi.hxx"
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
#include <tools/date.hxx>
@@ -28,7 +29,7 @@ class Color;
namespace chart
{
-class OOO_DLLPUBLIC_CHARTTOOLS NumberFormatterWrapper final
+class UNLESS_MERGELIBS(OOO_DLLPUBLIC_CHARTTOOLS) NumberFormatterWrapper final
{
public:
NumberFormatterWrapper( const css::uno::Reference< css::util::XNumberFormatsSupplier >& xSupplier );