diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 21:44:37 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 21:45:15 +0900 |
commit | e60911f5fc6f76032942cd16c24a8f2673dae5d2 (patch) | |
tree | ffaf4d9758982b941028d765433724a1c5f542ad /desktop/source | |
parent | 8836b45de536a3a2fd72533c3210e439bc2fbca1 (diff) |
removed duplicate includes in desktop / editeng
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/appinit.cxx | 1 | ||||
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 1 | ||||
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx | 3 | ||||
-rw-r--r-- | desktop/source/deployment/manager/dp_manager.cxx | 1 |
4 files changed, 0 insertions, 6 deletions
diff --git a/desktop/source/app/appinit.cxx b/desktop/source/app/appinit.cxx index fe8618a4a5dc..92da668d101a 100644 --- a/desktop/source/app/appinit.cxx +++ b/desktop/source/app/appinit.cxx @@ -56,7 +56,6 @@ #include <rtl/bootstrap.hxx> #include <ucbhelper/configurationkeys.hxx> -#include <cppuhelper/bootstrap.hxx> #include <tools/rcid.h> #include <rtl/logfile.hxx> diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 4306a67e58ac..8ca6083a815d 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -49,7 +49,6 @@ #include <comphelper/processfactory.hxx> #include <osl/file.hxx> #include <rtl/process.h> -#include <rtl/instance.hxx> #include "tools/getprocessworkingdir.hxx" using namespace desktop; diff --git a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx index fd6154e9d64f..8852e939c40d 100644 --- a/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx +++ b/desktop/source/deployment/gui/dp_gui_updateinstalldialog.cxx @@ -40,7 +40,6 @@ #include "vcl/msgbox.hxx" #include "vcl/svapp.hxx" #include "osl/mutex.hxx" -#include "vcl/dialog.hxx" #include "cppuhelper/implbase3.hxx" #include "com/sun/star/beans/PropertyValue.hpp" @@ -69,14 +68,12 @@ #include "dp_gui.hrc" #include "dp_gui_updateinstalldialog.hxx" #include "dp_gui_shared.hxx" -#include "dp_gui_updatedata.hxx" #include "dp_ucb.h" #include "dp_misc.h" #include "dp_version.hxx" #include "dp_gui_extensioncmdqueue.hxx" #include "ucbhelper/content.hxx" #include "osl/mutex.hxx" -#include "osl/mutex.hxx" #include "rtl/ref.hxx" #include "salhelper/thread.hxx" #include "com/sun/star/uno/Sequence.h" diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx index 0ed519b414d1..1a221c91b1fb 100644 --- a/desktop/source/deployment/manager/dp_manager.cxx +++ b/desktop/source/deployment/manager/dp_manager.cxx @@ -64,7 +64,6 @@ #include "boost/bind.hpp" #include "unotools/tempfile.hxx" -#include "osl/file.hxx" #include <vector> #include <list> #include "dp_descriptioninfoset.hxx" |