[Libreoffice-commits] core.git: desktop/source editeng/source extensions/source forms/source fpicker/source framework/inc include/avmedia include/formula l10ntools/inc linguistic/source lotuswordpro/source
Takeshi Abe
tabe at fixedpoint.jp
Tue Feb 18 05:28:04 CET 2014
desktop/source/deployment/gui/dp_gui.h | 3 ---
desktop/source/deployment/gui/dp_gui_updatedialog.cxx | 1 -
desktop/source/deployment/gui/dp_gui_updatedialog.hxx | 1 -
desktop/source/deployment/inc/dp_resource.h | 1 -
desktop/source/deployment/registry/dp_registry.cxx | 1 -
desktop/source/deployment/registry/inc/dp_backend.h | 1 -
desktop/source/deployment/registry/sfwk/dp_sfwk.cxx | 1 -
editeng/source/misc/unolingu.cxx | 4 ----
extensions/source/propctrlr/standardcontrol.cxx | 1 -
forms/source/inc/FormComponent.hxx | 2 --
forms/source/richtext/richtextimplcontrol.cxx | 2 --
forms/source/richtext/richtextvclcontrol.cxx | 1 -
forms/source/solar/control/navtoolbar.cxx | 1 -
forms/source/xforms/binding.hxx | 1 -
forms/source/xforms/convert.cxx | 1 -
fpicker/source/aqua/SalAquaFilePicker.hxx | 3 ---
fpicker/source/aqua/SalAquaFolderPicker.hxx | 4 ----
framework/inc/uielement/generictoolbarcontroller.hxx | 1 -
include/avmedia/mediawindow.hxx | 1 -
include/formula/token.hxx | 2 --
l10ntools/inc/helpmerge.hxx | 1 -
linguistic/source/dlistimp.hxx | 1 -
lotuswordpro/source/filter/lwpsvstream.cxx | 1 -
23 files changed, 36 deletions(-)
New commits:
commit d548b250dbd74247d7c5c7b220a38e93cb19053d
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Feb 18 13:21:58 2014 +0900
Drop unnecessary #include
Change-Id: Ib9ab63cdf21f54b1611de37c5538a300a1b39ba6
diff --git a/desktop/source/deployment/gui/dp_gui.h b/desktop/source/deployment/gui/dp_gui.h
index 4a09cc3..f876205 100644
--- a/desktop/source/deployment/gui/dp_gui.h
+++ b/desktop/source/deployment/gui/dp_gui.h
@@ -36,9 +36,6 @@
#include "svtools/headbar.hxx"
#include "com/sun/star/ucb/XContentEventListener.hpp"
#include "osl/mutex.hxx"
-#include <list>
-#include <memory>
-#include <queue>
namespace com { namespace sun { namespace star {
namespace container {
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
index 4356660..3bae5ce 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.cxx
@@ -23,7 +23,6 @@
#include <cstddef>
#include <limits>
#include <map>
-#include <memory>
#include <utility>
#include <vector>
diff --git a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
index b5dfa20..b19e575 100644
--- a/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
+++ b/desktop/source/deployment/gui/dp_gui_updatedialog.hxx
@@ -22,7 +22,6 @@
#include "sal/config.h"
-#include <memory>
#include <vector>
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/Sequence.hxx"
diff --git a/desktop/source/deployment/inc/dp_resource.h b/desktop/source/deployment/inc/dp_resource.h
index 8602df2..f1390ad5 100644
--- a/desktop/source/deployment/inc/dp_resource.h
+++ b/desktop/source/deployment/inc/dp_resource.h
@@ -23,7 +23,6 @@
#include "tools/resid.hxx"
#include <i18nlangtag/languagetag.hxx>
#include "dp_misc.h"
-#include <memory>
#include "dp_misc_api.hxx"
namespace dp_misc {
diff --git a/desktop/source/deployment/registry/dp_registry.cxx b/desktop/source/deployment/registry/dp_registry.cxx
index 7fae937..cc15848 100644
--- a/desktop/source/deployment/registry/dp_registry.cxx
+++ b/desktop/source/deployment/registry/dp_registry.cxx
@@ -42,7 +42,6 @@
#include <boost/unordered_map.hpp>
#include <set>
#include <boost/unordered_set.hpp>
-#include <memory>
using namespace ::dp_misc;
using namespace ::com::sun::star;
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index f0e29fb0..2c8a417 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -33,7 +33,6 @@
#include "com/sun/star/deployment/XPackageRegistry.hpp"
#include "com/sun/star/deployment/XPackageManager.hpp"
#include "com/sun/star/deployment/InvalidRemovedParameterException.hpp"
-#include <memory>
#include <boost/unordered_map.hpp>
#include <list>
#include "dp_registry.hrc"
diff --git a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
index 3189801..7486909 100644
--- a/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
+++ b/desktop/source/deployment/registry/sfwk/dp_sfwk.cxx
@@ -29,7 +29,6 @@
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/script/provider/theMasterScriptProviderFactory.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
-#include <memory>
using namespace ::dp_misc;
diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx
index cd7e378..cb38e7a 100644
--- a/editeng/source/misc/unolingu.cxx
+++ b/editeng/source/misc/unolingu.cxx
@@ -18,10 +18,6 @@
*/
-#include <map>
-#include <vector>
-#include <list>
-#include <memory>
#include <editeng/unolingu.hxx>
#include <unotools/pathoptions.hxx>
#include <com/sun/star/frame/Desktop.hpp>
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 0ef0293..787de56 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -46,7 +46,6 @@
#include <vcl/svapp.hxx>
//==================================================================
-#include <memory>
#include <limits>
#include <boost/bind.hpp>
#include <boost/scoped_ptr.hpp>
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index dfb8305..55294fa 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -73,8 +73,6 @@
#include <osl/mutex.hxx>
#include <rtl/ustring.hxx>
-#include <memory>
-
//.........................................................................
namespace frm
{
diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx
index 6a51f5e..a5dbc96 100644
--- a/forms/source/richtext/richtextimplcontrol.cxx
+++ b/forms/source/richtext/richtextimplcontrol.cxx
@@ -34,8 +34,6 @@
#include <vcl/window.hxx>
#include <vcl/svapp.hxx>
-#include <memory>
-
#define EMPTY_PAPER_SIZE 0x7FFFFFFF
//........................................................................
diff --git a/forms/source/richtext/richtextvclcontrol.cxx b/forms/source/richtext/richtextvclcontrol.cxx
index 67a4f7c..4b205d2 100644
--- a/forms/source/richtext/richtextvclcontrol.cxx
+++ b/forms/source/richtext/richtextvclcontrol.cxx
@@ -37,7 +37,6 @@
#include <editeng/fhgtitem.hxx>
#include <editeng/editids.hrc>
#include <svx/svxids.hrc>
-#include <memory>
//........................................................................
namespace frm
diff --git a/forms/source/solar/control/navtoolbar.cxx b/forms/source/solar/control/navtoolbar.cxx
index 6578ef2..10685ae 100644
--- a/forms/source/solar/control/navtoolbar.cxx
+++ b/forms/source/solar/control/navtoolbar.cxx
@@ -31,7 +31,6 @@
#include <sfx2/imgmgr.hxx>
#include <vcl/fixed.hxx>
-#include <memory>
#include <sal/macros.h>
#define LID_RECORD_LABEL 1000
diff --git a/forms/source/xforms/binding.hxx b/forms/source/xforms/binding.hxx
index 1e31fa0..7b2d055 100644
--- a/forms/source/xforms/binding.hxx
+++ b/forms/source/xforms/binding.hxx
@@ -58,7 +58,6 @@ namespace com { namespace sun { namespace star {
#include "mip.hxx"
#include <rtl/ustring.hxx>
#include <vector>
-#include <memory>
diff --git a/forms/source/xforms/convert.cxx b/forms/source/xforms/convert.cxx
index f81749c..103b802 100644
--- a/forms/source/xforms/convert.cxx
+++ b/forms/source/xforms/convert.cxx
@@ -21,7 +21,6 @@
#include "convert.hxx"
#include "unohelper.hxx"
-#include <memory>
#include <algorithm>
#include <functional>
#include <o3tl/compat_functional.hxx>
diff --git a/fpicker/source/aqua/SalAquaFilePicker.hxx b/fpicker/source/aqua/SalAquaFilePicker.hxx
index 50c5aa8..d0bda1f 100644
--- a/fpicker/source/aqua/SalAquaFilePicker.hxx
+++ b/fpicker/source/aqua/SalAquaFilePicker.hxx
@@ -29,9 +29,6 @@
#include "SalAquaPicker.hxx"
-#include <memory>
-#include <list>
-
#include <rtl/ustring.hxx>
#include "FilterHelper.hxx"
#include "AquaFilePickerDelegate.hxx"
diff --git a/fpicker/source/aqua/SalAquaFolderPicker.hxx b/fpicker/source/aqua/SalAquaFolderPicker.hxx
index 9a3ce4f..1849fee 100644
--- a/fpicker/source/aqua/SalAquaFolderPicker.hxx
+++ b/fpicker/source/aqua/SalAquaFolderPicker.hxx
@@ -29,12 +29,8 @@
#include "SalAquaPicker.hxx"
-#include <memory>
-
#include <rtl/ustring.hxx>
-#include <list>
-
//----------------------------------------------------------
// class declaration
//----------------------------------------------------------
diff --git a/framework/inc/uielement/generictoolbarcontroller.hxx b/framework/inc/uielement/generictoolbarcontroller.hxx
index 8a385bd..f81e9ef 100644
--- a/framework/inc/uielement/generictoolbarcontroller.hxx
+++ b/framework/inc/uielement/generictoolbarcontroller.hxx
@@ -21,7 +21,6 @@
#define INCLUDED_FRAMEWORK_INC_UIELEMENT_GENERICTOOLBARCONTROLLER_HXX
#include <svtools/toolboxcontroller.hxx>
-#include <memory>
#include <tools/link.hxx>
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index b2bca33..9357595 100644
--- a/include/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
#define INCLUDED_AVMEDIA_MEDIAWINDOW_HXX
-#include <memory>
#include <vector>
#include <boost/scoped_ptr.hpp>
#include <tools/gen.hxx>
diff --git a/include/formula/token.hxx b/include/formula/token.hxx
index b72897d..3bf006f 100644
--- a/include/formula/token.hxx
+++ b/include/formula/token.hxx
@@ -20,9 +20,7 @@
#ifndef INCLUDED_FORMULA_TOKEN_HXX
#define INCLUDED_FORMULA_TOKEN_HXX
-#include <memory>
#include <string.h>
-#include <vector>
#include <formula/opcode.hxx>
#include <tools/mempool.hxx>
#include <formula/IFunctionDescription.hxx>
diff --git a/l10ntools/inc/helpmerge.hxx b/l10ntools/inc/helpmerge.hxx
index 42b2401..604817f 100644
--- a/l10ntools/inc/helpmerge.hxx
+++ b/l10ntools/inc/helpmerge.hxx
@@ -21,7 +21,6 @@
#include <rtl/ustring.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/strbuf.hxx>
-#include <memory> /* auto_ptr */
/// This Class is responsible for extracting/merging OpenOffice XML Helpfiles
class HelpParser
diff --git a/linguistic/source/dlistimp.hxx b/linguistic/source/dlistimp.hxx
index ddfafe6..4f48bca 100644
--- a/linguistic/source/dlistimp.hxx
+++ b/linguistic/source/dlistimp.hxx
@@ -29,7 +29,6 @@
#include <cppuhelper/interfacecontainer.h>
#include <vector>
-#include <memory>
#include "linguistic/misc.hxx"
#include "lngopt.hxx"
diff --git a/lotuswordpro/source/filter/lwpsvstream.cxx b/lotuswordpro/source/filter/lwpsvstream.cxx
index a1bdc99..3cd2c44 100644
--- a/lotuswordpro/source/filter/lwpsvstream.cxx
+++ b/lotuswordpro/source/filter/lwpsvstream.cxx
@@ -54,7 +54,6 @@
*
************************************************************************/
#include "lwpsvstream.hxx"
-#include <memory>
const sal_uInt32 LwpSvStream::LWP_STREAM_BASE = 0x0010;
More information about the Libreoffice-commits
mailing list