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 /sw/source/ui/index | |
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 'sw/source/ui/index')
-rw-r--r-- | sw/source/ui/index/idxmrk.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/index/idxmrk.cxx b/sw/source/ui/index/idxmrk.cxx index ec44d2486a55..19fae85694b9 100644 --- a/sw/source/ui/index/idxmrk.cxx +++ b/sw/source/ui/index/idxmrk.cxx @@ -30,7 +30,7 @@ #include <vcl/msgbox.hxx> #include <sfx2/dispatch.hxx> #include <svl/eitem.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <editeng/scripttypeitem.hxx> #include <svl/itemset.hxx> #include <editeng/langitem.hxx> diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx index c5b5abf7a183..79948ae44c93 100644 --- a/sw/source/ui/index/swuiidxmrk.cxx +++ b/sw/source/ui/index/swuiidxmrk.cxx @@ -33,7 +33,7 @@ #include <vcl/msgbox.hxx> #include <sfx2/dispatch.hxx> #include <svl/eitem.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <editeng/scripttypeitem.hxx> #include <svl/itemset.hxx> #include <editeng/langitem.hxx> |