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/config | |
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/config')
-rw-r--r-- | sw/source/ui/config/optload.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/config/optpage.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/config/viewopt.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/config/optload.cxx b/sw/source/ui/config/optload.cxx index 3551a6d78fdf..ebbd90dfd221 100644 --- a/sw/source/ui/config/optload.cxx +++ b/sw/source/ui/config/optload.cxx @@ -37,7 +37,7 @@ #include "optload.hrc" #include "optload.hxx" #include <svx/dlgutil.hxx> -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <fldmgr.hxx> #include <poolfmt.hxx> #include <expfld.hxx> diff --git a/sw/source/ui/config/optpage.cxx b/sw/source/ui/config/optpage.cxx index 055150e7d0cf..6afe7d314e31 100644 --- a/sw/source/ui/config/optpage.cxx +++ b/sw/source/ui/config/optpage.cxx @@ -58,7 +58,7 @@ #include <svl/eitem.hxx> #include <svl/cjkoptions.hxx> #include <svtools/ctrltool.hxx> -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <svx/xtable.hxx> #include <svx/dlgutil.hxx> #include <svx/strarray.hxx> diff --git a/sw/source/ui/config/viewopt.cxx b/sw/source/ui/config/viewopt.cxx index a365e47091e5..0356031a2a06 100644 --- a/sw/source/ui/config/viewopt.cxx +++ b/sw/source/ui/config/viewopt.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <svtools/htmlcfg.hxx> #include <svx/svxids.hrc> |