diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:55:56 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 17:56:11 +0100 |
commit | b0926378ac46f50b16fa6a6c2e3b42937fc34976 (patch) | |
tree | 3ce118f331fe4cf232239452ef3e13a9e5f5a786 /reportdesign | |
parent | 1d85c8df2fb9cb25fc524485339ae9f11e8da676 (diff) |
Clean up includes of comphelper/stl_types.hxx
Change-Id: I00a8e794189d17ad91a90beb9ce6cb89b7bab2aa
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/inc/RptObject.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/core/inc/Section.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/dbloader2.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlExport.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/dlg/AddField.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/DesignView.hxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index 9de4b13fb163..98fa37e79a8c 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -32,7 +32,6 @@ #include <svx/svdocirc.hxx> #include <svx/svdogrp.hxx> #include <svx/svdoashp.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/implementationreference.hxx> diff --git a/reportdesign/source/core/inc/Section.hxx b/reportdesign/source/core/inc/Section.hxx index f6311191bab7..ab44b825c6e2 100644 --- a/reportdesign/source/core/inc/Section.hxx +++ b/reportdesign/source/core/inc/Section.hxx @@ -30,7 +30,6 @@ #include <com/sun/star/drawing/XShapeGrouper.hpp> #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/form/XFormsSupplier2.hpp> -#include <comphelper/stl_types.hxx> #include <comphelper/implementationreference.hxx> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> diff --git a/reportdesign/source/filter/xml/dbloader2.hxx b/reportdesign/source/filter/xml/dbloader2.hxx index a7e6d037b4b1..95cf7f3cc8d5 100644 --- a/reportdesign/source/filter/xml/dbloader2.hxx +++ b/reportdesign/source/filter/xml/dbloader2.hxx @@ -57,7 +57,6 @@ #include <osl/file.hxx> #include <sfx2/docfile.hxx> #include <unotools/moduleoptions.hxx> -#include <comphelper/stl_types.hxx> #include <comphelper/storagehelper.hxx> #include <com/sun/star/task/XJobExecutor.hpp> #include <vcl/msgbox.hxx> diff --git a/reportdesign/source/filter/xml/xmlExport.hxx b/reportdesign/source/filter/xml/xmlExport.hxx index d5f23258eff6..bf223184be30 100644 --- a/reportdesign/source/filter/xml/xmlExport.hxx +++ b/reportdesign/source/filter/xml/xmlExport.hxx @@ -42,7 +42,6 @@ #include <unotools/ucbstreamhelper.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlimp.hxx> -#include <comphelper/stl_types.hxx> #include <com/sun/star/uno/XComponentContext.hpp> #include <memory> diff --git a/reportdesign/source/ui/dlg/AddField.cxx b/reportdesign/source/ui/dlg/AddField.cxx index 5b4212f4a3d8..db7fea27e703 100644 --- a/reportdesign/source/ui/dlg/AddField.cxx +++ b/reportdesign/source/ui/dlg/AddField.cxx @@ -28,7 +28,6 @@ #include <vcl/waitobj.hxx> #include <vcl/svapp.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/stl_types.hxx> #include "rptui_slotid.hrc" #include <connectivity/dbtools.hxx> diff --git a/reportdesign/source/ui/inc/DesignView.hxx b/reportdesign/source/ui/inc/DesignView.hxx index d0bd083cc181..9bf6818d57ad 100644 --- a/reportdesign/source/ui/inc/DesignView.hxx +++ b/reportdesign/source/ui/inc/DesignView.hxx @@ -32,7 +32,6 @@ #include <vcl/timer.hxx> #include <svl/hint.hxx> #include <svl/brdcst.hxx> -#include <comphelper/stl_types.hxx> #include "ReportDefines.hxx" #include <svtools/colorcfg.hxx> #include <boost/shared_ptr.hpp> |