diff options
author | Eike Rathke <erack@redhat.com> | 2016-02-25 16:54:33 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-02-25 17:33:38 +0100 |
commit | f6b249d18fd2eff469985ff5da6777fddafacffe (patch) | |
tree | f7fbabef84590f76031524f562b5aa82ea8efaaf /sw | |
parent | cda1318aefed103917b40ac751826f0579cd557c (diff) |
remove unused Search includes
There are a lot more though..
Change-Id: I8b1e31e9f914057329b54603c21bc98d8dd2fca7
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/index/idxmrk.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/index/idxmrk.cxx b/sw/source/uibase/index/idxmrk.cxx index 7994686be969..99eb38da3980 100644 --- a/sw/source/uibase/index/idxmrk.cxx +++ b/sw/source/uibase/index/idxmrk.cxx @@ -23,14 +23,10 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> -#include <com/sun/star/util/SearchOptions.hpp> -#include <com/sun/star/util/SearchFlags.hpp> -#include <com/sun/star/i18n/TransliterationModules.hpp> #include <svl/stritem.hxx> #include <vcl/msgbox.hxx> #include <sfx2/dispatch.hxx> #include <svl/eitem.hxx> -#include <unotools/textsearch.hxx> #include <editeng/scripttypeitem.hxx> #include <svl/itemset.hxx> #include <editeng/langitem.hxx> |