diff options
author | Michael Stahl <mst@apache.org> | 2011-08-28 22:34:30 +0000 |
---|---|---|
committer | Michael Stahl <mst@apache.org> | 2011-08-28 22:34:30 +0000 |
commit | 332eac8bd99a1a1a838da2a8ec978bd4d71307c6 (patch) | |
tree | 802f265f95fe5ec87b6be3cc95f9daaaeaa0d841 /chart2 | |
parent | 79fbe8110d9869c400775f6d81e413bacb6bdb9b (diff) |
unotools: OOutputStreamWrapper:
remove invocation of DECLARE_UNO3_AGG_DEFAULTS
(symbols are somehow not exported with GCC 4.6, and it seems to be
unnecessary)
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/main/ChartView.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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 <rtl/uuid.h> #include <comphelper/scopeguard.hxx> #include <boost/bind.hpp> #include <unotools/streamwrap.hxx> |