diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-29 23:41:02 +0200 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-07-02 08:55:04 +0000 |
commit | 10c6cb238f0ae5d5969ffd0012bf23305ac5894f (patch) | |
tree | c1e0cb83eaf016fe7a66ba8f7d29021811b668d6 /cui/source/tabpages/connect.cxx | |
parent | 060989945b811604c81948b50ad51ffdf136754c (diff) |
fdo#62699 drop pass-through header svx/svdattrx.hxx
includes some sorting of the includes
Change-Id: Iba41991552674f76b902dbc7b4b3ada992aee69e
Reviewed-on: https://gerrit.libreoffice.org/4626
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'cui/source/tabpages/connect.cxx')
-rw-r--r-- | cui/source/tabpages/connect.cxx | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/cui/source/tabpages/connect.cxx b/cui/source/tabpages/connect.cxx index 1b691830f0b1..2db5c338fea7 100644 --- a/cui/source/tabpages/connect.cxx +++ b/cui/source/tabpages/connect.cxx @@ -17,26 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <cuires.hrc> +#include <dialmgr.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> -#include <tools/shl.hxx> -#include "svx/ofaitem.hxx" #include <sfx2/request.hxx> -#include <svx/dialogs.hrc> +#include <tools/shl.hxx> -#include <svx/svdoedge.hxx> +#include <svx/connctrl.hxx> +#include <svx/dialogs.hrc> +#include <svx/dlgutil.hxx> +#include <svx/ofaitem.hxx> #include <svx/svdattr.hxx> -#include <svx/svdattrx.hxx> +#include <svx/svdoedge.hxx> #include <svx/svdview.hxx> +#include <svx/sxekitm.hxx> +#include <svx/sxelditm.hxx> +#include <svx/sxenditm.hxx> -#include "svx/connctrl.hxx" -#include "connect.hxx" #include "connect.hrc" -#include <dialmgr.hxx> -#include "svx/dlgutil.hxx" - +#include "connect.hxx" #include "paragrph.hrc" -#include <cuires.hrc> static sal_uInt16 pRanges[] = { |