diff options
author | Michael Dunphy <michael.w.dunphy@gmail.com> | 2013-04-19 18:21:26 -0400 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-20 18:15:58 +0000 |
commit | 13dcaae519920b0f8a3ad11308117a8f19144580 (patch) | |
tree | 091e91615cb662fa7c42bd674fb149526b8f3943 /sw/source/ui/chrdlg | |
parent | 6912b8e0c51bcac956c2c05b2fafdf84df7ae8ee (diff) |
fdo#62699 Remove pass-through headers
Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92
Reviewed-on: https://gerrit.libreoffice.org/3491
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'sw/source/ui/chrdlg')
-rw-r--r-- | sw/source/ui/chrdlg/chardlg.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/chrdlg/drpcps.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/chrdlg/numpara.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/chrdlg/pardlg.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/chrdlg/chardlg.cxx b/sw/source/ui/chrdlg/chardlg.cxx index cfa6741b1820..ac6df95324c2 100644 --- a/sw/source/ui/chrdlg/chardlg.cxx +++ b/sw/source/ui/chrdlg/chardlg.cxx @@ -23,7 +23,7 @@ #include <svl/urihelper.hxx> #include <svl/stritem.hxx> #include <editeng/flstitem.hxx> -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <svl/cjkoptions.hxx> #include <cmdid.h> diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx index a2fc397e4026..1a11874d33f2 100644 --- a/sw/source/ui/chrdlg/drpcps.cxx +++ b/sw/source/ui/chrdlg/drpcps.cxx @@ -28,7 +28,7 @@ #include <vcl/metric.hxx> #include <svl/stritem.hxx> #include <editeng/fontitem.hxx> -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <sfx2/objsh.hxx> #include <editeng/svxfont.hxx> #include <vcl/print.hxx> diff --git a/sw/source/ui/chrdlg/numpara.cxx b/sw/source/ui/chrdlg/numpara.cxx index 96a528025a53..81a8805d4582 100644 --- a/sw/source/ui/chrdlg/numpara.cxx +++ b/sw/source/ui/chrdlg/numpara.cxx @@ -23,7 +23,7 @@ #include "globals.hrc" #include "helpid.h" #include <sfx2/objsh.hxx> -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <svx/svxids.hrc> #include <svl/eitem.hxx> #include <svl/stritem.hxx> diff --git a/sw/source/ui/chrdlg/pardlg.cxx b/sw/source/ui/chrdlg/pardlg.cxx index e083812a624d..f07337e80587 100644 --- a/sw/source/ui/chrdlg/pardlg.cxx +++ b/sw/source/ui/chrdlg/pardlg.cxx @@ -18,7 +18,7 @@ */ #include "hintids.hxx" -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <svl/style.hxx> #include <svtools/htmlcfg.hxx> #include <svl/cjkoptions.hxx> |