diff options
Diffstat (limited to 'chart2/source/controller/inc/DataPointItemConverter.hxx')
-rw-r--r-- | chart2/source/controller/inc/DataPointItemConverter.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chart2/source/controller/inc/DataPointItemConverter.hxx b/chart2/source/controller/inc/DataPointItemConverter.hxx index 63dcbbd00782..46bb8745c5ca 100644 --- a/chart2/source/controller/inc/DataPointItemConverter.hxx +++ b/chart2/source/controller/inc/DataPointItemConverter.hxx @@ -22,14 +22,15 @@ #include "ItemConverter.hxx" #include "GraphicPropertyItemConverter.hxx" -#include <com/sun/star/chart2/XDataSeries.hpp> -#include <com/sun/star/awt/Size.hpp> -#include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/uno/XComponentContext.hpp> #include <tools/color.hxx> #include <vector> +namespace com { namespace sun { namespace star { namespace awt { struct Size; } } } } +namespace com { namespace sun { namespace star { namespace chart2 { class XDataSeries; } } } } +namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } } +namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } + class SdrModel; namespace chart { namespace wrapper { |