diff options
author | Michael Dunphy <michael.w.dunphy@gmail.com> | 2013-04-18 22:30:07 -0400 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-19 11:12:27 +0000 |
commit | 01af5efbbb8a27c627bb061b8399fb18b6519247 (patch) | |
tree | d2cadc0c8a8609044ffacff46e09fa77763028c0 /sc | |
parent | 7a754444505d6a4b0f1c02603fcc7559819f7d65 (diff) |
Remove pass-through header svtools/inc/svtools/txtcmp.hxx
Change-Id: I605ae778e57a12588dca274a4ee34a018004034e
Remove pass-through header sfx2/inc/sfx2/imgdef.hxx
Change-Id: I9a5ebabefccdd63b55d64aec26488542d0d362e3
Remove pass-through header xmloff/inc/xmloff/xmlcnitm.hxx
Change-Id: If880679499daee2f77d1f6e148dba963d09bbb9c
Reviewed-on: https://gerrit.libreoffice.org/3477
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/pch/precompiled_sc.hxx | 2 | ||||
-rw-r--r-- | sc/source/filter/xml/xmlexprt.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index deefbe683db7..442f3d822cb5 100644 --- a/sc/inc/pch/precompiled_sc.hxx +++ b/sc/inc/pch/precompiled_sc.hxx @@ -965,7 +965,7 @@ #include <xmloff/txtparae.hxx> #include <xmloff/txtprmap.hxx> #include <xmloff/xmlaustp.hxx> -#include <xmloff/xmlcnitm.hxx> +#include <editeng/xmlcnitm.hxx> #include <xmloff/xmlerror.hxx> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlimppr.hxx> diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx index ec3a741bab32..2248f903f59a 100644 --- a/sc/source/filter/xml/xmlexprt.cxx +++ b/sc/source/filter/xml/xmlexprt.cxx @@ -67,7 +67,7 @@ #include <xmloff/families.hxx> #include <xmloff/numehelp.hxx> #include <xmloff/txtparae.hxx> -#include <xmloff/xmlcnitm.hxx> +#include <editeng/xmlcnitm.hxx> #include <xmloff/xmlerror.hxx> #include <xmloff/XMLEventExport.hxx> |