[Libreoffice-commits] core.git: sc/inc sc/source sw/source

Takeshi Abe tabe at fixedpoint.jp
Thu Feb 13 02:43:18 CET 2014


 sc/inc/chart2uno.hxx                       |    1 -
 sc/inc/chartlis.hxx                        |    1 -
 sc/inc/dapiuno.hxx                         |    1 -
 sc/inc/dptabres.hxx                        |    1 -
 sc/inc/token.hxx                           |    1 -
 sc/source/core/data/documen3.cxx           |    1 -
 sc/source/core/data/documen8.cxx           |    1 -
 sc/source/core/data/dpcache.cxx            |    2 --
 sc/source/core/data/dpfilteredcache.cxx    |    3 ---
 sc/source/core/opencl/formulagroupcl.cxx   |    1 -
 sc/source/filter/excel/xeformula.cxx       |    1 -
 sc/source/filter/inc/ftools.hxx            |    1 -
 sc/source/filter/xml/xmlannoi.hxx          |    1 -
 sc/source/ui/inc/dpcontrol.hxx             |    3 ---
 sc/source/ui/inc/gridwin.hxx               |    1 -
 sc/source/ui/inc/pvlaydlg.hxx              |    1 -
 sc/source/ui/namedlg/namedlg.cxx           |    1 -
 sc/source/ui/unoobj/filtuno.cxx            |    2 --
 sc/source/ui/vba/vbasheetobject.hxx        |    1 -
 sc/source/ui/view/spelleng.cxx             |    2 --
 sw/source/core/inc/UndoTable.hxx           |    1 -
 sw/source/ui/vba/vbadocumentproperties.cxx |    1 -
 22 files changed, 29 deletions(-)

New commits:
commit 6364a3ec6f92fc1f4ac3c7a4e2bdce2a2140c736
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Thu Feb 13 10:40:30 2014 +0900

    Drop unnecessary #include
    
    Change-Id: I9bc9c21811100d6cc1ee7e381a3735567e3bda34

diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 60dd248..c229204 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -50,7 +50,6 @@
 
 #include <list>
 #include <vector>
-#include <memory>
 #include <boost/shared_ptr.hpp>
 #include <boost/unordered_set.hpp>
 #include <boost/noncopyable.hpp>
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx
index 9fa6a1d8..ea80fa7 100644
--- a/sc/inc/chartlis.hxx
+++ b/sc/inc/chartlis.hxx
@@ -26,7 +26,6 @@
 #include "token.hxx"
 #include "externalrefmgr.hxx"
 
-#include <memory>
 #include <vector>
 #include <list>
 
diff --git a/sc/inc/dapiuno.hxx b/sc/inc/dapiuno.hxx
index 590f60f..a5c0791 100644
--- a/sc/inc/dapiuno.hxx
+++ b/sc/inc/dapiuno.hxx
@@ -55,7 +55,6 @@
 #include <cppuhelper/implbase4.hxx>
 #include <cppuhelper/implbase5.hxx>
 
-#include <memory>
 #include <vector>
 
 namespace com { namespace sun { namespace star { namespace sheet {
diff --git a/sc/inc/dptabres.hxx b/sc/inc/dptabres.hxx
index 4610f20..a6a3da6 100644
--- a/sc/inc/dptabres.hxx
+++ b/sc/inc/dptabres.hxx
@@ -31,7 +31,6 @@
 #include <boost/unordered_map.hpp>
 #include <boost/unordered_set.hpp>
 #include <vector>
-#include <memory>
 #include <map>
 
 namespace com { namespace sun { namespace star { namespace sheet {
diff --git a/sc/inc/token.hxx b/sc/inc/token.hxx
index 0046c44..ae271a0 100644
--- a/sc/inc/token.hxx
+++ b/sc/inc/token.hxx
@@ -20,7 +20,6 @@
 #ifndef SC_TOKEN_HXX
 #define SC_TOKEN_HXX
 
-#include <memory>
 #include <vector>
 #include <boost/intrusive_ptr.hpp>
 
diff --git a/sc/source/core/data/documen3.cxx b/sc/source/core/data/documen3.cxx
index dd25b7b..e8fed65d 100644
--- a/sc/source/core/data/documen3.cxx
+++ b/sc/source/core/data/documen3.cxx
@@ -73,7 +73,6 @@
 #include "scopetools.hxx"
 
 #include "globalnames.hxx"
-#include <memory>
 #include <boost/scoped_ptr.hpp>
 
 using namespace com::sun::star;
diff --git a/sc/source/core/data/documen8.cxx b/sc/source/core/data/documen8.cxx
index 187a86e..1c750ce 100644
--- a/sc/source/core/data/documen8.cxx
+++ b/sc/source/core/data/documen8.cxx
@@ -88,7 +88,6 @@
 #include "stringutil.hxx"
 #include <documentlinkmgr.hxx>
 
-#include <memory>
 #include <boost/scoped_ptr.hpp>
 
 using namespace com::sun::star;
diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx
index 21599335..478fc0a 100644
--- a/sc/source/core/data/dpcache.cxx
+++ b/sc/source/core/data/dpcache.cxx
@@ -35,8 +35,6 @@
 #include <unotools/localedatawrapper.hxx>
 #include <svl/zforlist.hxx>
 
-#include <memory>
-
 #if DEBUG_PIVOT_TABLE
 #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
 #endif
diff --git a/sc/source/core/data/dpfilteredcache.cxx b/sc/source/core/data/dpfilteredcache.cxx
index 62c33eb..a5e9694 100644
--- a/sc/source/core/data/dpfilteredcache.cxx
+++ b/sc/source/core/data/dpfilteredcache.cxx
@@ -38,13 +38,10 @@
 #include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
 #include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
 
-#include <memory>
-
 using namespace ::com::sun::star;
 
 using ::std::vector;
 using ::std::pair;
-using ::std::auto_ptr;
 using ::com::sun::star::i18n::LocaleDataItem;
 using ::com::sun::star::uno::Exception;
 using ::com::sun::star::uno::Reference;
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 2a31d7b..923e4e8 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -52,7 +52,6 @@ static const unsigned long __nan[2] = {0xffffffff, 0x7fffffff};
 #ifdef MD5_KERNEL
 #include <rtl/digest.h>
 #endif
-#include <memory>
 
 #include <boost/scoped_ptr.hpp>
 #include <boost/scoped_array.hpp>
diff --git a/sc/source/filter/excel/xeformula.cxx b/sc/source/filter/excel/xeformula.cxx
index 19040ff..bdf7180 100644
--- a/sc/source/filter/excel/xeformula.cxx
+++ b/sc/source/filter/excel/xeformula.cxx
@@ -19,7 +19,6 @@
 
 #include <list>
 #include <map>
-#include <memory>
 #include "addincol.hxx"
 #include "compiler.hxx"
 #include "document.hxx"
diff --git a/sc/source/filter/inc/ftools.hxx b/sc/source/filter/inc/ftools.hxx
index b8d5cc7..85a6e07 100644
--- a/sc/source/filter/inc/ftools.hxx
+++ b/sc/source/filter/inc/ftools.hxx
@@ -23,7 +23,6 @@
 #include <vector>
 #include <map>
 #include <limits>
-#include <memory>
 #include <sal/macros.h>
 #include <boost/noncopyable.hpp>
 #include <boost/shared_ptr.hpp>
diff --git a/sc/source/filter/xml/xmlannoi.hxx b/sc/source/filter/xml/xmlannoi.hxx
index 8aad19a..1bb28ec 100644
--- a/sc/source/filter/xml/xmlannoi.hxx
+++ b/sc/source/filter/xml/xmlannoi.hxx
@@ -19,7 +19,6 @@
 #ifndef SC_XMLANNOI_HXX
 #define SC_XMLANNOI_HXX
 
-#include <memory>
 #include <xmloff/xmlictxt.hxx>
 #include <xmloff/xmlimp.hxx>
 #include <rtl/ustrbuf.hxx>
diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx
index 970626a..ee2dd55 100644
--- a/sc/source/ui/inc/dpcontrol.hxx
+++ b/sc/source/ui/inc/dpcontrol.hxx
@@ -24,9 +24,6 @@
 #include "tools/gen.hxx"
 #include "tools/fract.hxx"
 
-#include <boost/shared_ptr.hpp>
-#include <memory>
-
 class OutputDevice;
 class Point;
 class Size;
diff --git a/sc/source/ui/inc/gridwin.hxx b/sc/source/ui/inc/gridwin.hxx
index 2e1d9ba..501a95d 100644
--- a/sc/source/ui/inc/gridwin.hxx
+++ b/sc/source/ui/inc/gridwin.hxx
@@ -29,7 +29,6 @@
 #include <basegfx/matrix/b2dhommatrix.hxx>
 
 #include <vector>
-#include <memory>
 #include <boost/scoped_ptr.hpp>
 #include <boost/unordered_map.hpp>
 #include <boost/ptr_container/ptr_map.hpp>
diff --git a/sc/source/ui/inc/pvlaydlg.hxx b/sc/source/ui/inc/pvlaydlg.hxx
index 59ad13b..318f4e9 100644
--- a/sc/source/ui/inc/pvlaydlg.hxx
+++ b/sc/source/ui/inc/pvlaydlg.hxx
@@ -40,7 +40,6 @@
 
 #include <config_lgpl.h>
 
-#include <memory>
 #include <vector>
 
 #include <boost/ptr_container/ptr_vector.hpp>
diff --git a/sc/source/ui/namedlg/namedlg.cxx b/sc/source/ui/namedlg/namedlg.cxx
index 12ed841..7b0ea1d 100644
--- a/sc/source/ui/namedlg/namedlg.cxx
+++ b/sc/source/ui/namedlg/namedlg.cxx
@@ -35,7 +35,6 @@
 #include <vcl/msgbox.hxx>
 
 #include <map>
-#include <memory>
 
 // defines -------------------------------------------------------------------
 
diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx
index 3e30426..ef9e517 100644
--- a/sc/source/ui/unoobj/filtuno.cxx
+++ b/sc/source/ui/unoobj/filtuno.cxx
@@ -37,8 +37,6 @@
 #include "scabstdlg.hxx"
 #include "i18nlangtag/lang.h"
 
-#include <memory>
-
 #include <optutil.hxx>
 #include <com/sun/star/uno/Any.hxx>
 #include <com/sun/star/uno/Sequence.hxx>
diff --git a/sc/source/ui/vba/vbasheetobject.hxx b/sc/source/ui/vba/vbasheetobject.hxx
index 87ba377..eaef41a 100644
--- a/sc/source/ui/vba/vbasheetobject.hxx
+++ b/sc/source/ui/vba/vbasheetobject.hxx
@@ -20,7 +20,6 @@
 #ifndef SC_VBA_SHEETOBJECT_HXX
 #define SC_VBA_SHEETOBJECT_HXX
 
-#include <memory>
 #include <ooo/vba/excel/XButton.hpp>
 #include <ooo/vba/excel/XControlObject.hpp>
 #include <ooo/vba/excel/XSheetObject.hpp>
diff --git a/sc/source/ui/view/spelleng.cxx b/sc/source/ui/view/spelleng.cxx
index fad6d6f..43e87eb 100644
--- a/sc/source/ui/view/spelleng.cxx
+++ b/sc/source/ui/view/spelleng.cxx
@@ -20,8 +20,6 @@
 #include "spelleng.hxx"
 #include <com/sun/star/i18n/TextConversionOption.hpp>
 
-#include <memory>
-
 #include "scitems.hxx"
 #include <editeng/eeitem.hxx>
 
diff --git a/sw/source/core/inc/UndoTable.hxx b/sw/source/core/inc/UndoTable.hxx
index e50c42c..4d7d89b 100644
--- a/sw/source/core/inc/UndoTable.hxx
+++ b/sw/source/core/inc/UndoTable.hxx
@@ -21,7 +21,6 @@
 #define INCLUDED_SW_SOURCE_CORE_INC_UNDOTABLE_HXX
 
 #include <undobj.hxx>
-#include <memory>
 #include <vector>
 #include <set>
 #include <swtypes.hxx>
diff --git a/sw/source/ui/vba/vbadocumentproperties.cxx b/sw/source/ui/vba/vbadocumentproperties.cxx
index a7d13a3..7aa6cea 100644
--- a/sw/source/ui/vba/vbadocumentproperties.cxx
+++ b/sw/source/ui/vba/vbadocumentproperties.cxx
@@ -25,7 +25,6 @@
 #include <com/sun/star/beans/XPropertyContainer.hpp>
 #include <ooo/vba/word/WdBuiltInProperty.hpp>
 #include <ooo/vba/office/MsoDocProperties.hpp>
-#include <memory>
 #include <boost/shared_ptr.hpp>
 #include "wordvbahelper.hxx"
 #include "fesh.hxx"


More information about the Libreoffice-commits mailing list