summaryrefslogtreecommitdiff
path: root/chart2/source/controller/inc/TitleDialogData.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/TitleDialogData.hxx')
-rw-r--r--chart2/source/controller/inc/TitleDialogData.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/TitleDialogData.hxx b/chart2/source/controller/inc/TitleDialogData.hxx
index 17d3d21c73d5..634ed5b76138 100644
--- a/chart2/source/controller/inc/TitleDialogData.hxx
+++ b/chart2/source/controller/inc/TitleDialogData.hxx
@@ -20,11 +20,12 @@
#define INCLUDED_CHART2_SOURCE_CONTROLLER_INC_TITLEDIALOGDATA_HXX
#include <ReferenceSizeProvider.hxx>
-#include <com/sun/star/frame/XModel.hpp>
-#include <com/sun/star/uno/XComponentContext.hpp>
#include <memory>
+namespace com { namespace sun { namespace star { namespace frame { class XModel; } } } }
+namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } }
+
namespace chart
{