diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 00:25:28 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-03-30 00:42:35 +0900 |
commit | 6f087d103acc2af68229efe650df145b38659b02 (patch) | |
tree | 1095c72d9d9e51c8e289af930ce9d3a7bc8c83f0 /cui | |
parent | 61d6d08667e03271604007fe602063c08e0e8608 (diff) |
removed duplicate includes in cppcanvas / cppuhelper / cui
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/acccfg.cxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/about.cxx | 2 | ||||
-rw-r--r-- | cui/source/dialogs/thesdlg.cxx | 1 | ||||
-rw-r--r-- | cui/source/inc/splitcelldlg.hxx | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx index 87daa0023652..6ad0c365ebfd 100644 --- a/cui/source/customize/acccfg.cxx +++ b/cui/source/customize/acccfg.cxx @@ -69,7 +69,6 @@ // include other projects #include <comphelper/processfactory.hxx> #include <svtools/acceleratorexecute.hxx> -#include <comphelper/processfactory.hxx> #include <svtools/svlbitm.hxx> #include <vcl/svapp.hxx> #include <vcl/help.hxx> diff --git a/cui/source/dialogs/about.cxx b/cui/source/dialogs/about.cxx index c04c6d0873c3..f0bfdef0aaab 100644 --- a/cui/source/dialogs/about.cxx +++ b/cui/source/dialogs/about.cxx @@ -36,8 +36,6 @@ #include <unotools/configmgr.hxx> #include <unotools/bootstrap.hxx> #include <com/sun/star/uno/Any.h> -#include <unotools/configmgr.hxx> -#include <vcl/svapp.hxx> #include <vcl/graph.hxx> #include <svtools/filter.hxx> diff --git a/cui/source/dialogs/thesdlg.cxx b/cui/source/dialogs/thesdlg.cxx index 8c4d3ab63c47..64ea8a7fac58 100644 --- a/cui/source/dialogs/thesdlg.cxx +++ b/cui/source/dialogs/thesdlg.cxx @@ -51,7 +51,6 @@ #include <i18npool/mslangid.hxx> #include <comphelper/processfactory.hxx> #include <osl/file.hxx> -#include <svl/lngmisc.hxx> #include <stack> #include <algorithm> diff --git a/cui/source/inc/splitcelldlg.hxx b/cui/source/inc/splitcelldlg.hxx index 497a0c3afed9..280f9d45b840 100644 --- a/cui/source/inc/splitcelldlg.hxx +++ b/cui/source/inc/splitcelldlg.hxx @@ -31,7 +31,6 @@ #include <vcl/fixed.hxx> #include <vcl/field.hxx> #include <vcl/button.hxx> -#include <vcl/button.hxx> #include <svx/stddlg.hxx> #include <svx/svxdlg.hxx> |