From 332eac8bd99a1a1a838da2a8ec978bd4d71307c6 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 28 Aug 2011 22:34:30 +0000 Subject: unotools: OOutputStreamWrapper: remove invocation of DECLARE_UNO3_AGG_DEFAULTS (symbols are somehow not exported with GCC 4.6, and it seems to be unnecessary) --- chart2/source/view/main/ChartView.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'chart2') diff --git a/chart2/source/view/main/ChartView.cxx b/chart2/source/view/main/ChartView.cxx index ee915ceac688..3c7ec8a36789 100644 --- a/chart2/source/view/main/ChartView.cxx +++ b/chart2/source/view/main/ChartView.cxx @@ -59,6 +59,7 @@ #include "DataSeriesHelper.hxx" #include "DateHelper.hxx" +#include #include #include #include -- cgit