summaryrefslogtreecommitdiff
path: root/sc/source/ui
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-02-13 10:40:30 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-02-13 10:42:33 +0900
commit6364a3ec6f92fc1f4ac3c7a4e2bdce2a2140c736 (patch)
tree0f4d73de10595dbea337b5913fb9540c296a5b71 /sc/source/ui
parent45c7b349d7540b0db48e634318d6a9009da7a949 (diff)
Drop unnecessary #include
Change-Id: I9bc9c21811100d6cc1ee7e381a3735567e3bda34
Diffstat (limited to 'sc/source/ui')
-rw-r--r--sc/source/ui/inc/dpcontrol.hxx3
-rw-r--r--sc/source/ui/inc/gridwin.hxx1
-rw-r--r--sc/source/ui/inc/pvlaydlg.hxx1
-rw-r--r--sc/source/ui/namedlg/namedlg.cxx1
-rw-r--r--sc/source/ui/unoobj/filtuno.cxx2
-rw-r--r--sc/source/ui/vba/vbasheetobject.hxx1
-rw-r--r--sc/source/ui/view/spelleng.cxx2
7 files changed, 0 insertions, 11 deletions
diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx
index 970626a93fcd..ee2dd55ef2b8 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 2e1d9badf700..501a95d68a08 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 59ad13b321be..318f4e9927fe 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 12ed8411c3c2..7b0ea1d3c703 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 3e304268f1ab..ef9e51752615 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 87ba3776d85c..eaef41a7837e 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 fad6d6f2a087..43e87eb2421b 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>