diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-12 15:31:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 07:46:16 +0200 |
commit | 3c3f7d784eadd60c053284ec2835675f158d4156 (patch) | |
tree | 0772787cb2ab5116cc710d80dfaab930faa5b5d8 /sw | |
parent | 3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff) |
Removed duplicated includes
No automatic tools. Manual checked and tested.
Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754
Reviewed-on: https://gerrit.libreoffice.org/36371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/docary.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/doc/DocumentDrawModelManager.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/dbui/mmconfigitem.cxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageColumnControl.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageFormatPanel.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/sidebar/PageStylesPanel.hxx | 1 | ||||
-rw-r--r-- | sw/source/uibase/uiview/viewtab.cxx | 2 |
7 files changed, 0 insertions, 8 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 4a95ac409512..6d25e85dcc74 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -41,7 +41,6 @@ #include <fldbas.hxx> #include <tox.hxx> #include <numrule.hxx> -#include <frmfmt.hxx> class SwRangeRedline; class SwExtraRedline; diff --git a/sw/source/core/doc/DocumentDrawModelManager.cxx b/sw/source/core/doc/DocumentDrawModelManager.cxx index ec8fd87235cc..873d8c9d1d98 100644 --- a/sw/source/core/doc/DocumentDrawModelManager.cxx +++ b/sw/source/core/doc/DocumentDrawModelManager.cxx @@ -43,7 +43,6 @@ #include <svx/svdpage.hxx> #include <svx/svdpagv.hxx> #include <svx/svdotext.hxx> -#include <svl/hint.hxx> #include <svl/srchitem.hxx> #include <tools/link.hxx> #include <unotools/configmgr.hxx> diff --git a/sw/source/uibase/dbui/mmconfigitem.cxx b/sw/source/uibase/dbui/mmconfigitem.cxx index 1e2648bdbb13..7ea77caf924f 100644 --- a/sw/source/uibase/dbui/mmconfigitem.cxx +++ b/sw/source/uibase/dbui/mmconfigitem.cxx @@ -43,7 +43,6 @@ #include <unodispatch.hxx> #include <wrtsh.hxx> #include <dbui.hrc> -#include <vector> #include <unomid.h> using namespace utl; diff --git a/sw/source/uibase/sidebar/PageColumnControl.hxx b/sw/source/uibase/sidebar/PageColumnControl.hxx index e7a1285874cd..544aeb9fb47b 100644 --- a/sw/source/uibase/sidebar/PageColumnControl.hxx +++ b/sw/source/uibase/sidebar/PageColumnControl.hxx @@ -24,7 +24,6 @@ #include <svx/pageitem.hxx> #include <editeng/sizeitem.hxx> #include <svl/intitem.hxx> -#include <editeng/sizeitem.hxx> namespace sw { namespace sidebar { diff --git a/sw/source/uibase/sidebar/PageFormatPanel.hxx b/sw/source/uibase/sidebar/PageFormatPanel.hxx index 1bade1ba2ad7..5c5c174b848a 100644 --- a/sw/source/uibase/sidebar/PageFormatPanel.hxx +++ b/sw/source/uibase/sidebar/PageFormatPanel.hxx @@ -41,7 +41,6 @@ #include <svl/intitem.hxx> #include <tools/fldunit.hxx> #include <svl/poolitem.hxx> -#include <svx/rulritem.hxx> #include <svx/relfld.hxx> #include <vector> diff --git a/sw/source/uibase/sidebar/PageStylesPanel.hxx b/sw/source/uibase/sidebar/PageStylesPanel.hxx index c4179ca89274..9429c6148a56 100644 --- a/sw/source/uibase/sidebar/PageStylesPanel.hxx +++ b/sw/source/uibase/sidebar/PageStylesPanel.hxx @@ -40,7 +40,6 @@ #include <svl/intitem.hxx> #include <tools/fldunit.hxx> #include <svl/poolitem.hxx> -#include <svx/rulritem.hxx> #include <svx/dlgctrl.hxx> #include <svx/xfillit.hxx> #include <svx/xfillit0.hxx> diff --git a/sw/source/uibase/uiview/viewtab.cxx b/sw/source/uibase/uiview/viewtab.cxx index c5ed2342fd2d..1e85f5fca224 100644 --- a/sw/source/uibase/uiview/viewtab.cxx +++ b/sw/source/uibase/uiview/viewtab.cxx @@ -32,8 +32,6 @@ #include <svl/eitem.hxx> #include <svl/whiter.hxx> #include <svx/ruler.hxx> -#include <svx/xfillit.hxx> -#include <svx/xfillit0.hxx> #include <editeng/protitem.hxx> #include <svl/rectitem.hxx> #include <sfx2/bindings.hxx> |