summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-02-14 16:55:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-02-14 18:44:05 +0900
commitbbe3bec949764b7085b688d492af4759a496a80c (patch)
tree070e3ddd63f310d923af2aff5e05b2f251066757 /chart2/source
parentfa9d574ae1656b64670fbbac64ddd85461698149 (diff)
Drop unused #include
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
Diffstat (limited to 'chart2/source')
-rw-r--r--chart2/source/controller/dialogs/DataBrowser.hxx1
-rw-r--r--chart2/source/controller/dialogs/DataBrowserModel.hxx1
-rw-r--r--chart2/source/controller/inc/RegressionEquationItemConverter.hxx1
-rw-r--r--chart2/source/controller/inc/TimerTriggeredControllerLock.hxx1
-rw-r--r--chart2/source/controller/inc/TitleDialogData.hxx1
-rw-r--r--chart2/source/controller/inc/dlg_InsertErrorBars.hxx1
-rw-r--r--chart2/source/controller/inc/res_ErrorBar.hxx2
-rw-r--r--chart2/source/view/axes/Tickmarks.cxx1
-rw-r--r--chart2/source/view/axes/Tickmarks_Equidistant.cxx1
-rw-r--r--chart2/source/view/axes/VAxisBase.cxx1
-rw-r--r--chart2/source/view/axes/VCartesianAxis.hxx2
-rw-r--r--chart2/source/view/axes/VPolarGrid.cxx1
12 files changed, 0 insertions, 14 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx
index 92169d38db1a..28a8cb55adb9 100644
--- a/chart2/source/controller/dialogs/DataBrowser.hxx
+++ b/chart2/source/controller/dialogs/DataBrowser.hxx
@@ -26,7 +26,6 @@
#include <com/sun/star/uno/XComponentContext.hpp>
#include <vector>
-#include <memory>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
diff --git a/chart2/source/controller/dialogs/DataBrowserModel.hxx b/chart2/source/controller/dialogs/DataBrowserModel.hxx
index 0b7bfb0a64eb..60a8b26b8f43 100644
--- a/chart2/source/controller/dialogs/DataBrowserModel.hxx
+++ b/chart2/source/controller/dialogs/DataBrowserModel.hxx
@@ -22,7 +22,6 @@
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <memory>
#include <vector>
#include <boost/scoped_ptr.hpp>
diff --git a/chart2/source/controller/inc/RegressionEquationItemConverter.hxx b/chart2/source/controller/inc/RegressionEquationItemConverter.hxx
index d7c20c2d1142..b9af5ac38b96 100644
--- a/chart2/source/controller/inc/RegressionEquationItemConverter.hxx
+++ b/chart2/source/controller/inc/RegressionEquationItemConverter.hxx
@@ -28,7 +28,6 @@
#include <memory>
#include <vector>
-#include <boost/shared_ptr.hpp>
class SdrModel;
diff --git a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
index 2bdc76872209..9b724e24f2df 100644
--- a/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
+++ b/chart2/source/controller/inc/TimerTriggeredControllerLock.hxx
@@ -23,7 +23,6 @@
#include <vcl/timer.hxx>
#include <com/sun/star/frame/XModel.hpp>
-#include <memory>
#include <boost/scoped_ptr.hpp>
namespace chart
diff --git a/chart2/source/controller/inc/TitleDialogData.hxx b/chart2/source/controller/inc/TitleDialogData.hxx
index 3bc66dd6e72c..22e156a10154 100644
--- a/chart2/source/controller/inc/TitleDialogData.hxx
+++ b/chart2/source/controller/inc/TitleDialogData.hxx
@@ -23,7 +23,6 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <memory>
#include <boost/scoped_ptr.hpp>
namespace chart
diff --git a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
index c8dcc1ae9fa5..f2e40f992209 100644
--- a/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
+++ b/chart2/source/controller/inc/dlg_InsertErrorBars.hxx
@@ -22,7 +22,6 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <svl/itemset.hxx>
-#include <memory>
#include <com/sun/star/frame/XModel.hpp>
#include "res_ErrorBar.hxx"
diff --git a/chart2/source/controller/inc/res_ErrorBar.hxx b/chart2/source/controller/inc/res_ErrorBar.hxx
index 0825e45a5f65..83cc4d1de9b1 100644
--- a/chart2/source/controller/inc/res_ErrorBar.hxx
+++ b/chart2/source/controller/inc/res_ErrorBar.hxx
@@ -32,8 +32,6 @@
#include <com/sun/star/chart2/XChartDocument.hpp>
-#include <memory>
-
class Dialog;
namespace chart
diff --git a/chart2/source/view/axes/Tickmarks.cxx b/chart2/source/view/axes/Tickmarks.cxx
index 2973cdc911d9..7dad99182679 100644
--- a/chart2/source/view/axes/Tickmarks.cxx
+++ b/chart2/source/view/axes/Tickmarks.cxx
@@ -22,7 +22,6 @@
#include "Tickmarks_Dates.hxx"
#include "ViewDefines.hxx"
#include <rtl/math.hxx>
-#include <memory>
namespace chart
{
diff --git a/chart2/source/view/axes/Tickmarks_Equidistant.cxx b/chart2/source/view/axes/Tickmarks_Equidistant.cxx
index 5a464c3d87f6..55a8c8d41bb2 100644
--- a/chart2/source/view/axes/Tickmarks_Equidistant.cxx
+++ b/chart2/source/view/axes/Tickmarks_Equidistant.cxx
@@ -22,7 +22,6 @@
#include <rtl/math.hxx>
#include <limits>
-#include <memory>
namespace chart
{
diff --git a/chart2/source/view/axes/VAxisBase.cxx b/chart2/source/view/axes/VAxisBase.cxx
index 0bb4af907087..2fc862569484 100644
--- a/chart2/source/view/axes/VAxisBase.cxx
+++ b/chart2/source/view/axes/VAxisBase.cxx
@@ -23,7 +23,6 @@
#include "Tickmarks.hxx"
#include "macros.hxx"
-#include <memory>
#include <boost/scoped_ptr.hpp>
namespace chart
diff --git a/chart2/source/view/axes/VCartesianAxis.hxx b/chart2/source/view/axes/VCartesianAxis.hxx
index 4fcb2628b8ee..e0fef479a07a 100644
--- a/chart2/source/view/axes/VCartesianAxis.hxx
+++ b/chart2/source/view/axes/VCartesianAxis.hxx
@@ -22,8 +22,6 @@
#include "VAxisBase.hxx"
#include <basegfx/vector/b2dvector.hxx>
-#include <memory>
-
namespace chart
{
diff --git a/chart2/source/view/axes/VPolarGrid.cxx b/chart2/source/view/axes/VPolarGrid.cxx
index ca74ceba06b8..ceee94d9b99e 100644
--- a/chart2/source/view/axes/VPolarGrid.cxx
+++ b/chart2/source/view/axes/VPolarGrid.cxx
@@ -29,7 +29,6 @@
#include <com/sun/star/drawing/LineStyle.hpp>
#include <vector>
-#include <memory>
namespace chart
{