[Libreoffice-commits] .: reportdesign/inc sc/inc sw/source xmloff/source
Takeshi Abe
tabe at kemper.freedesktop.org
Sun Jul 8 05:47:29 PDT 2012
reportdesign/inc/UndoActions.hxx | 1 -
sc/inc/dpitemdata.hxx | 4 ----
sw/source/core/inc/layouter.hxx | 2 --
xmloff/source/chart/SchXMLChartContext.hxx | 1 -
xmloff/source/text/XMLRedlineExport.hxx | 1 -
5 files changed, 9 deletions(-)
New commits:
commit e719baa35f58a32a21c6ddc9189aa086606faf03
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Sat Jul 7 17:11:08 2012 +0900
removed unused includes
Change-Id: I248ef370c55c18d60a8ea32ef92f70734bffbaf2
diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx
index 12825ef..e8cbfe8 100644
--- a/reportdesign/inc/UndoActions.hxx
+++ b/reportdesign/inc/UndoActions.hxx
@@ -56,7 +56,6 @@
#include <functional>
#include <memory>
-#include <boost/shared_ptr.hpp>
namespace dbaui
{
diff --git a/sc/inc/dpitemdata.hxx b/sc/inc/dpitemdata.hxx
index e294de8..f44bc3a 100644
--- a/sc/inc/dpitemdata.hxx
+++ b/sc/inc/dpitemdata.hxx
@@ -37,10 +37,6 @@
#include "rtl/ustring.hxx"
#include "dpmacros.hxx"
-#include <vector>
-
-#include <boost/unordered_map.hpp>
-
/**
* When assigning a string value, you can also assign an interned string
* whose life-cycle is managed by the pivot cache that it belongs to. Those
diff --git a/sw/source/core/inc/layouter.hxx b/sw/source/core/inc/layouter.hxx
index 2b62b47..2bf1ef0 100644
--- a/sw/source/core/inc/layouter.hxx
+++ b/sw/source/core/inc/layouter.hxx
@@ -45,8 +45,6 @@ class SwRowFrm;
// --> #i35911#
class SwObjsMarkedAsTmpConsiderWrapInfluence;
class SwAnchoredObject;
-// --> #i40155#
-#include <vector>
// --> #i65250#
#include <boost/unordered_map.hpp>
class SwFlowFrm;
diff --git a/xmloff/source/chart/SchXMLChartContext.hxx b/xmloff/source/chart/SchXMLChartContext.hxx
index 4e39113..3b63270 100644
--- a/xmloff/source/chart/SchXMLChartContext.hxx
+++ b/xmloff/source/chart/SchXMLChartContext.hxx
@@ -38,7 +38,6 @@
#include "transporttypes.hxx"
#include <list>
-#include <map>
class SchXMLImportHelper;
diff --git a/xmloff/source/text/XMLRedlineExport.hxx b/xmloff/source/text/XMLRedlineExport.hxx
index ddbc362..258a7e5 100644
--- a/xmloff/source/text/XMLRedlineExport.hxx
+++ b/xmloff/source/text/XMLRedlineExport.hxx
@@ -26,7 +26,6 @@
#include <list>
#include <map>
-#include <set>
class SvXMLExport;
namespace com { namespace sun { namespace star {
More information about the Libreoffice-commits
mailing list