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/table/convert.cxx | |
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/table/convert.cxx')
-rw-r--r-- | sw/source/ui/table/convert.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/table/convert.cxx b/sw/source/ui/table/convert.cxx index b05a588ab92e..96cf83db5867 100644 --- a/sw/source/ui/table/convert.cxx +++ b/sw/source/ui/table/convert.cxx @@ -21,7 +21,7 @@ #include <svl/stritem.hxx> #include <sfx2/viewfrm.hxx> #include <modcfg.hxx> -#include <svx/htmlmode.hxx> +#include <sfx2/htmlmode.hxx> #include <viewopt.hxx> #include "swmodule.hxx" #include "cmdid.h" |