[Libreoffice-commits] core.git: basctl/source canvas/source chart2/source cli_ure/source configmgr/source
Takeshi Abe
tabe at fixedpoint.jp
Fri Feb 14 10:44:48 CET 2014
basctl/source/basicide/macrodlg.cxx | 1 -
canvas/source/cairo/cairo_spritehelper.cxx | 3 ---
canvas/source/directx/dx_spritehelper.cxx | 3 ---
chart2/source/controller/dialogs/DataBrowser.hxx | 1 -
chart2/source/controller/dialogs/DataBrowserModel.hxx | 1 -
chart2/source/controller/inc/RegressionEquationItemConverter.hxx | 1 -
chart2/source/controller/inc/TimerTriggeredControllerLock.hxx | 1 -
chart2/source/controller/inc/TitleDialogData.hxx | 1 -
chart2/source/controller/inc/dlg_InsertErrorBars.hxx | 1 -
chart2/source/controller/inc/res_ErrorBar.hxx | 2 --
chart2/source/view/axes/Tickmarks.cxx | 1 -
chart2/source/view/axes/Tickmarks_Equidistant.cxx | 1 -
chart2/source/view/axes/VAxisBase.cxx | 1 -
chart2/source/view/axes/VCartesianAxis.hxx | 2 --
chart2/source/view/axes/VPolarGrid.cxx | 1 -
cli_ure/source/climaker/climaker_app.cxx | 1 -
configmgr/source/parser.hxx | 1 -
17 files changed, 23 deletions(-)
New commits:
commit bbe3bec949764b7085b688d492af4759a496a80c
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Fri Feb 14 16:55:30 2014 +0900
Drop unused #include
Change-Id: Id05440ffb8eb9990d2d08f721d6914f3dbc86cab
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx
index 93f7177..0802b17 100644
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <memory>
#include <vcl/msgbox.hxx>
#include <macrodlg.hxx>
diff --git a/canvas/source/cairo/cairo_spritehelper.cxx b/canvas/source/cairo/cairo_spritehelper.cxx
index 7992deb..bb06b55 100644
--- a/canvas/source/cairo/cairo_spritehelper.cxx
+++ b/canvas/source/cairo/cairo_spritehelper.cxx
@@ -37,9 +37,6 @@
#include "cairo_canvascustomsprite.hxx"
#include "cairo_spritehelper.hxx"
-#include <memory>
-
-
using namespace ::cairo;
using namespace ::com::sun::star;
diff --git a/canvas/source/directx/dx_spritehelper.cxx b/canvas/source/directx/dx_spritehelper.cxx
index 2556bb9..481e8a4 100644
--- a/canvas/source/directx/dx_spritehelper.cxx
+++ b/canvas/source/directx/dx_spritehelper.cxx
@@ -18,7 +18,6 @@
*/
-#include <ctype.h>
#include <canvas/debug.hxx>
#include <canvas/verbosetrace.hxx>
#include <tools/diagnose_ex.h>
@@ -40,8 +39,6 @@
#include "dx_spritehelper.hxx"
#include "dx_impltools.hxx"
-#include <memory>
-
using namespace ::com::sun::star;
namespace dxcanvas
diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx
index 92169d3..28a8cb5 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 0b7bfb0..60a8b26b 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 d7c20c2..b9af5ac 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 2bdc768..9b724e2 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 3bc66dd..22e156a 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 c8dcc1a..f2e40f9 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 0825e45a..83cc4d1 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 2973cdc..7dad991 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 5a464c3..55a8c8d 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 0bb4af9..2fc8625 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 4fcb262..e0fef47 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 ca74ceb..ceee94d9 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
{
diff --git a/cli_ure/source/climaker/climaker_app.cxx b/cli_ure/source/climaker/climaker_app.cxx
index e11aee5..cca91e5 100644
--- a/cli_ure/source/climaker/climaker_app.cxx
+++ b/cli_ure/source/climaker/climaker_app.cxx
@@ -23,7 +23,6 @@
#include <iostream>
#include <stdio.h>
#include <vector>
-#include <memory>
#include "climaker_share.h"
diff --git a/configmgr/source/parser.hxx b/configmgr/source/parser.hxx
index 7d22835..982c9ed 100644
--- a/configmgr/source/parser.hxx
+++ b/configmgr/source/parser.hxx
@@ -22,7 +22,6 @@
#include "sal/config.h"
-#include <memory>
#include <set>
#include "salhelper/simplereferenceobject.hxx"
More information about the Libreoffice-commits
mailing list