[Libreoffice-commits] sw/source
Miklos Vajna
vmiklos at suse.cz
Sun Feb 3 03:24:22 PST 2013
sw/source/core/layout/frmtool.cxx | 14 --------------
1 file changed, 14 deletions(-)
New commits:
commit cb33714517c3302da6c765aed977341b603c1017
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Sun Feb 3 12:23:40 2013 +0100
sw: unused includes in frmtool
Change-Id: Iddd1c24211597822f6dd480c76f841607bc13364
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 9a60553..db4ef96 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -17,23 +17,17 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <hintids.hxx>
#include <tools/bigint.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdpage.hxx>
#include <editeng/brshitem.hxx>
-#include <editeng/keepitem.hxx>
#include <editeng/shaditem.hxx>
#include <editeng/ulspitem.hxx>
-#include <editeng/lrspitem.hxx>
#include <editeng/boxitem.hxx>
-#include <sfx2/printer.hxx>
#include <editeng/lspcitem.hxx>
#include <fmtornt.hxx>
-#include <fmtanchr.hxx>
#include <fmthdft.hxx>
-#include <fmtcntnt.hxx>
#include <fmtfsize.hxx>
#include <fmtsrnd.hxx>
#include <docary.hxx>
@@ -41,15 +35,12 @@
#include <swmodule.hxx>
#include "pagefrm.hxx"
#include "colfrm.hxx"
-#include "doc.hxx"
#include "fesh.hxx"
#include "viewimp.hxx"
#include "viewopt.hxx"
-#include "pam.hxx"
#include "dflyobj.hxx"
#include "dcontact.hxx"
#include "frmtool.hxx"
-#include "docsh.hxx"
#include "tabfrm.hxx"
#include "rowfrm.hxx"
#include "ftnfrm.hxx"
@@ -62,14 +53,10 @@
#include "sectfrm.hxx"
#include "node2lay.hxx"
#include "ndole.hxx"
-#include "ndtxt.hxx"
-#include "swtable.hxx"
#include "hints.hxx"
#include <layhelp.hxx>
#include <laycache.hxx>
#include <rootfrm.hxx>
-#include "mdiexp.hxx"
-#include "statstr.hrc"
#include <paratr.hxx>
#include <sortedobjs.hxx>
#include <objectformatter.hxx>
@@ -3359,7 +3346,6 @@ const SwFrm* FindPage( const SwRect &rRect, const SwFrm *pPage )
return pPage;
}
-#include <svl/smplhint.hxx>
class SwFrmHolder : private SfxListener
{
SwFrm* pFrm;
More information about the Libreoffice-commits
mailing list