sc/inc/pch/precompiled_sc.hxx | 2 +- sc/source/filter/xml/xmlexprt.cxx | 2 +- sfx2/Package_inc.mk | 1 - sfx2/inc/sfx2/imgdef.hxx | 26 -------------------------- sfx2/inc/sfx2/module.hxx | 2 +- svtools/Package_inc.mk | 1 - svtools/inc/svtools/txtcmp.hxx | 26 -------------------------- svx/inc/pch/precompiled_svx.hxx | 2 +- svx/inc/svx/ctredlin.hxx | 2 +- svx/source/dialog/ctredlin.cxx | 2 +- sw/inc/pch/precompiled_sw.hxx | 4 ++-- sw/source/core/edit/edtox.cxx | 2 +- sw/source/core/inc/pamtyp.hxx | 2 +- sw/source/core/unocore/unoframe.cxx | 2 +- sw/source/ui/index/idxmrk.cxx | 2 +- sw/source/ui/index/swuiidxmrk.cxx | 2 +- sw/source/ui/uiview/srcview.cxx | 2 +- sw/source/ui/uiview/view2.cxx | 2 +- sw/source/ui/uiview/viewsrch.cxx | 2 +- sw/source/ui/uno/unotxdoc.cxx | 2 +- xmloff/Package_inc.mk | 1 - xmloff/inc/xmloff/xmlcnitm.hxx | 28 ---------------------------- 22 files changed, 17 insertions(+), 100 deletions(-)
New commits: commit 01af5efbbb8a27c627bb061b8399fb18b6519247 Author: Michael Dunphy <michael.w.dun...@gmail.com> Date: Thu Apr 18 22:30:07 2013 -0400 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 <fridr...@documentfoundation.org> Tested-by: Fridrich Strba <fridr...@documentfoundation.org> diff --git a/sc/inc/pch/precompiled_sc.hxx b/sc/inc/pch/precompiled_sc.hxx index deefbe6..442f3d8 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 ec3a741..2248f90 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> diff --git a/sfx2/Package_inc.mk b/sfx2/Package_inc.mk index 0b49d4b..0e22e48 100644 --- a/sfx2/Package_inc.mk +++ b/sfx2/Package_inc.mk @@ -60,7 +60,6 @@ $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/genlink.hxx,sfx2/genlink.hxx $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/hintpost.hxx,sfx2/hintpost.hxx)) $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/htmlmode.hxx,sfx2/htmlmode.hxx)) $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/imagemgr.hxx,sfx2/imagemgr.hxx)) -$(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/imgdef.hxx,sfx2/imgdef.hxx)) $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/imgmgr.hxx,sfx2/imgmgr.hxx)) $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/infobar.hxx,sfx2/infobar.hxx)) $(eval $(call gb_Package_add_file,sfx2_inc,inc/sfx2/ipclient.hxx,sfx2/ipclient.hxx)) diff --git a/sfx2/inc/sfx2/imgdef.hxx b/sfx2/inc/sfx2/imgdef.hxx deleted file mode 100644 index b529974..0000000 --- a/sfx2/inc/sfx2/imgdef.hxx +++ /dev/null @@ -1,26 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -#ifndef _SFX_IMGDEF_HXX -#define _SFX_IMGDEF_HXX - -#include <svtools/imgdef.hxx> - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sfx2/inc/sfx2/module.hxx b/sfx2/inc/sfx2/module.hxx index 635139b..3b285fa 100644 --- a/sfx2/inc/sfx2/module.hxx +++ b/sfx2/inc/sfx2/module.hxx @@ -23,7 +23,7 @@ #include "sal/config.h" #include "sfx2/dllapi.h" #include <sfx2/shell.hxx> -#include <sfx2/imgdef.hxx> +#include <svtools/imgdef.hxx> #include <sal/types.h> #include <tools/fldunit.hxx> #include <com/sun/star/uno/Reference.hxx> diff --git a/svtools/Package_inc.mk b/svtools/Package_inc.mk index 85a163a..527db6f 100644 --- a/svtools/Package_inc.mk +++ b/svtools/Package_inc.mk @@ -161,7 +161,6 @@ $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/toolpanel/toolpanel.hx $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/toolpanel/toolpaneldeck.hxx,svtools/toolpanel/toolpaneldeck.hxx)) $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/transfer.hxx,svtools/transfer.hxx)) $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/treelist.hxx,svtools/treelist.hxx)) -$(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/txtcmp.hxx,svtools/txtcmp.hxx)) $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/unitconv.hxx,svtools/unitconv.hxx)) $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/unoevent.hxx,svtools/unoevent.hxx)) $(eval $(call gb_Package_add_file,svtools_inc,inc/svtools/unoimap.hxx,svtools/unoimap.hxx)) diff --git a/svtools/inc/svtools/txtcmp.hxx b/svtools/inc/svtools/txtcmp.hxx deleted file mode 100644 index fbfaa8d..0000000 --- a/svtools/inc/svtools/txtcmp.hxx +++ /dev/null @@ -1,26 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -#ifndef _TXTCMP_HXX -#define _TXTCMP_HXX - -#include <unotools/textsearch.hxx> - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index 31ee52c..46e6034 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -353,7 +353,7 @@ #include <svtools/stdctrl.hxx> #include <svtools/stdmenu.hxx> #include <svtools/svlbitm.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <svtools/valueset.hxx> #include <toolkit/helper/convert.hxx> #include <toolkit/helper/externallock.hxx> diff --git a/svx/inc/svx/ctredlin.hxx b/svx/inc/svx/ctredlin.hxx index f7b71ec..c88b742 100644 --- a/svx/inc/svx/ctredlin.hxx +++ b/svx/inc/svx/ctredlin.hxx @@ -35,7 +35,7 @@ #endif #include <vcl/tabctrl.hxx> #include <tools/datetime.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include "svtools/treelistentry.hxx" #include "svx/svxdllapi.h" diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx index 01b1a8f..b201d8d 100644 --- a/svx/source/dialog/ctredlin.cxx +++ b/svx/source/dialog/ctredlin.cxx @@ -23,7 +23,7 @@ #include <tools/shl.hxx> #include <sfx2/app.hxx> #include <sfx2/module.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <svtools/svlbitm.hxx> #include "svtools/viewdataentry.hxx" #include <unotools/charclass.hxx> diff --git a/sw/inc/pch/precompiled_sw.hxx b/sw/inc/pch/precompiled_sw.hxx index 4957e1a..5f9a62f 100644 --- a/sw/inc/pch/precompiled_sw.hxx +++ b/sw/inc/pch/precompiled_sw.hxx @@ -776,7 +776,7 @@ #include <svtools/svtresid.hxx> #include <svtools/templdlg.hxx> #include <svtools/transfer.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <svtools/unoevent.hxx> #include <svtools/unoimap.hxx> #include <svtools/xwindowitem.hxx> @@ -1095,7 +1095,7 @@ #include <xmloff/xformsexport.hxx> #include <xmloff/xformsimport.hxx> #include <xmloff/xmlaustp.hxx> -#include <xmloff/xmlcnitm.hxx> +#include <editeng/xmlcnitm.hxx> #include <xmloff/xmlexp.hxx> #include <xmloff/xmlictxt.hxx> #include <xmloff/xmlimp.hxx> diff --git a/sw/source/core/edit/edtox.cxx b/sw/source/core/edit/edtox.cxx index 7bd4337..d4f8781 100644 --- a/sw/source/core/edit/edtox.cxx +++ b/sw/source/core/edit/edtox.cxx @@ -24,7 +24,7 @@ #include <comphelper/string.hxx> #include <svl/fstathelper.hxx> -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <sfx2/docfile.hxx> diff --git a/sw/source/core/inc/pamtyp.hxx b/sw/source/core/inc/pamtyp.hxx index 83dd971..5796c33 100644 --- a/sw/source/core/inc/pamtyp.hxx +++ b/sw/source/core/inc/pamtyp.hxx @@ -20,7 +20,7 @@ #ifndef _PAMTYP_HXX #define _PAMTYP_HXX -#include <svtools/txtcmp.hxx> +#include <unotools/textsearch.hxx> #include <pam.hxx> #include <node.hxx> #include <tools/string.hxx> diff --git a/sw/source/core/unocore/unoframe.cxx b/sw/source/core/unocore/unoframe.cxx index e2f223d..d3d5ed5 100644 --- a/sw/source/core/unocore/unoframe.cxx +++ b/sw/source/core/unocore/unoframe.cxx @@ -100,7 +100,7 @@ #include <vcl/svapp.hxx> #include <sfx2/printer.hxx> #include <SwStyleNameMapper.hxx> -#include <xmloff/xmlcnitm.hxx> +#include <editeng/xmlcnitm.hxx> #include <poolfmt.hxx> #include <pagedesc.hxx> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> diff --git a/sw/source/ui/index/idxmrk.cxx b/sw/source/ui/index/idxmrk.cxx index ec44d24..19fae85 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 c5b5abf..79948ae 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 1405cd4..194fd2e 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 981d7df..a67e93c 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 3778429..fce4d50 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 64ca306..d49436b 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> diff --git a/xmloff/Package_inc.mk b/xmloff/Package_inc.mk index cc4a1ce..50ffee3 100644 --- a/xmloff/Package_inc.mk +++ b/xmloff/Package_inc.mk @@ -92,7 +92,6 @@ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xformsexport.hxx,xmloff/ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xformsimport.hxx,xmloff/xformsimport.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmlaustp.hxx,xmloff/xmlaustp.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmlcnimp.hxx,xmloff/xmlcnimp.hxx)) -$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmlcnitm.hxx,xmloff/xmlcnitm.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmlement.hxx,xmloff/xmlement.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmlerror.hxx,xmloff/xmlerror.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/xmlevent.hxx,xmloff/xmlevent.hxx)) diff --git a/xmloff/inc/xmloff/xmlcnitm.hxx b/xmloff/inc/xmloff/xmlcnitm.hxx deleted file mode 100644 index d814686..0000000 --- a/xmloff/inc/xmloff/xmlcnitm.hxx +++ /dev/null @@ -1,28 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - -#ifndef _XMLOFF_XMLCNITM_HXX -#define _XMLOFF_XMLCNITM_HXX - -// This has class been moved to editeng, or why was there a dupe? -#include <editeng/xmlcnitm.hxx> - -#endif // _XMLOFF_XMLCNITM_HXX - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits