From 3b2f956ba64f8f9dff1da3028436f3834c899d1d Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 2 Dec 2013 01:00:35 +0900 Subject: Drop duplicate #include Change-Id: Ife8ebbb5e46704c5d2ff46cc345b4ed926e7dc12 --- svx/source/dialog/fntctrl.cxx | 2 -- svx/source/form/fmexpl.cxx | 1 - svx/source/sidebar/graphic/GraphicPropertyPanel.cxx | 1 - svx/source/stbctrls/pszctrl.cxx | 1 - svx/source/svdraw/svdedxv.cxx | 1 - svx/source/svdraw/svdfmtf.cxx | 1 - svx/source/svdraw/svdmodel.cxx | 1 - svx/source/svdraw/svdomeas.cxx | 1 - svx/source/table/accessibletableshape.cxx | 1 - 9 files changed, 10 deletions(-) (limited to 'svx') diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx index 13105c54918a..55eac726544d 100644 --- a/svx/source/dialog/fntctrl.cxx +++ b/svx/source/dialog/fntctrl.cxx @@ -49,7 +49,6 @@ #include #include #include -#include #include #include #include @@ -62,7 +61,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/form/fmexpl.cxx b/svx/source/form/fmexpl.cxx index 554935168cb0..ff39f82502af 100644 --- a/svx/source/form/fmexpl.cxx +++ b/svx/source/form/fmexpl.cxx @@ -36,7 +36,6 @@ #include #include "svx/svditer.hxx" #include -#include #include #include #include diff --git a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx index 9a7c275a3b76..af33a5414160 100644 --- a/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx +++ b/svx/source/sidebar/graphic/GraphicPropertyPanel.cxx @@ -26,7 +26,6 @@ #include #include #include -#include "svx/dialogs.hrc" using namespace css; using namespace cssu; diff --git a/svx/source/stbctrls/pszctrl.cxx b/svx/source/stbctrls/pszctrl.cxx index ad9c22b99286..89b9c19ede4b 100644 --- a/svx/source/stbctrls/pszctrl.cxx +++ b/svx/source/stbctrls/pszctrl.cxx @@ -39,7 +39,6 @@ #include #include "svx/dlgutil.hxx" #include "stbctrls.h" -#include "sfx2/module.hxx" #include #include diff --git a/svx/source/svdraw/svdedxv.cxx b/svx/source/svdraw/svdedxv.cxx index 81a80dec068f..87df0533f871 100644 --- a/svx/source/svdraw/svdedxv.cxx +++ b/svx/source/svdraw/svdedxv.cxx @@ -47,7 +47,6 @@ #ifdef DBG_UTIL #include #endif -#include #include #include "svx/svdstr.hrc" #include "svx/svdglob.hxx" diff --git a/svx/source/svdraw/svdfmtf.cxx b/svx/source/svdraw/svdfmtf.cxx index 0dc5a03a5bde..43820f20427b 100644 --- a/svx/source/svdraw/svdfmtf.cxx +++ b/svx/source/svdraw/svdfmtf.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx index b0cf71e213e1..8910ec8be8f9 100644 --- a/svx/source/svdraw/svdmodel.cxx +++ b/svx/source/svdraw/svdmodel.cxx @@ -62,7 +62,6 @@ #include "svdoutlinercache.hxx" #include "svx/xflclit.hxx" -#include "svx/xflhtit.hxx" #include "svx/xlnclit.hxx" #include "officecfg/Office/Common.hxx" diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index 4ba62076774e..54c0e7e77b08 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -61,7 +61,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/table/accessibletableshape.cxx b/svx/source/table/accessibletableshape.cxx index 4d76285460b4..469ed418693c 100644 --- a/svx/source/table/accessibletableshape.cxx +++ b/svx/source/table/accessibletableshape.cxx @@ -34,7 +34,6 @@ #include #include -#include #include -- cgit