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 | |
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')
-rw-r--r-- | sw/source/ui/index/idxmrk.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/index/swuiidxmrk.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uiview/srcview.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uiview/view2.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uiview/viewsrch.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uno/unotxdoc.cxx | 2 |
6 files changed, 6 insertions, 6 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> diff --git a/sw/source/ui/uiview/srcview.cxx b/sw/source/ui/uiview/srcview.cxx index 1405cd46d190..194fd2ee3ef3 100644 --- a/sw/source/ui/uiview/srcview.cxx +++ b/sw/source/ui/uiview/srcview.cxx @@ -35,7 +35,7 @@ #include <svl/stritem.hxx> #include <unotools/pathoptions.hxx> #include <svl/undo.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <svl/eitem.hxx> #include <svl/whiter.hxx> #include <unotools/saveopt.hxx> diff --git a/sw/source/ui/uiview/view2.cxx b/sw/source/ui/uiview/view2.cxx index 981d7df778cc..a67e93c50bd3 100644 --- a/sw/source/ui/uiview/view2.cxx +++ b/sw/source/ui/uiview/view2.cxx @@ -53,7 +53,7 @@ #include <sfx2/request.hxx> #include <sfx2/bindings.hxx> #include <editeng/lrspitem.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include "editeng/unolingu.hxx" #include <vcl/msgbox.hxx> #include <editeng/tstpitem.hxx> diff --git a/sw/source/ui/uiview/viewsrch.cxx b/sw/source/ui/uiview/viewsrch.cxx index 3778429c7235..fce4d50f65f7 100644 --- a/sw/source/ui/uiview/viewsrch.cxx +++ b/sw/source/ui/uiview/viewsrch.cxx @@ -30,7 +30,7 @@ #include <svl/whiter.hxx> #include <sfx2/dispatch.hxx> #include <svl/stritem.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <svl/itempool.hxx> #include <svl/eitem.hxx> #include <svl/srchitem.hxx> diff --git a/sw/source/ui/uno/unotxdoc.cxx b/sw/source/ui/uno/unotxdoc.cxx index 64ca3060ae97..d49436b31823 100644 --- a/sw/source/ui/uno/unotxdoc.cxx +++ b/sw/source/ui/uno/unotxdoc.cxx @@ -56,7 +56,7 @@ #include <unodraw.hxx> #include <svl/eitem.hxx> #include <pagedesc.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <unocrsr.hxx> #include <unofieldcoll.hxx> #include <unoidxcoll.hxx> |