diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-07-25 00:57:16 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2014-07-25 09:47:54 +0200 |
commit | d6aaaf6960c16ef63bfa3f88e641c13f33b9c680 (patch) | |
tree | bbcad18916801eea04e70a0ab437d50b9e46c675 /sw | |
parent | b6fda1b67cac32c1799db5a6115004e6b682a680 (diff) |
remove unused headers
Change-Id: I6829e0780c051a67fbec7c33f6f45dedaf31d7f1
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/CntntIdxStore.cxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/source/core/doc/CntntIdxStore.cxx b/sw/source/core/doc/CntntIdxStore.cxx index 1a2754c9396c..52ded5f04933 100644 --- a/sw/source/core/doc/CntntIdxStore.cxx +++ b/sw/source/core/doc/CntntIdxStore.cxx @@ -17,41 +17,27 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <MarkManager.hxx> #include <bookmrk.hxx> -#include <boost/bind.hpp> #include <boost/foreach.hpp> #include <boost/function.hpp> #include <boost/make_shared.hpp> #include <cntfrm.hxx> -#include <crossrefbookmark.hxx> -#include <annotationmark.hxx> -#include <dcontact.hxx> #include <doc.hxx> #include <docary.hxx> -#include <xmloff/odffields.hxx> #include <editsh.hxx> #include <fmtanchr.hxx> #include <frmfmt.hxx> #include <functional> -#include <hintids.hxx> #include <mvsave.hxx> #include <ndtxt.hxx> #include <node.hxx> #include <pam.hxx> #include <redline.hxx> -#include <rolbck.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/ustring.hxx> #include <sal/types.h> -#include <sortedobjs.hxx> -#include <sfx2/linkmgr.hxx> -#include <swserv.hxx> -#include <swundo.hxx> #include <unocrsr.hxx> -#include <viscrs.hxx> #include <edimp.hxx> -#include <stdio.h> using namespace ::boost; using namespace ::sw::mark; |