summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2012-12-26 17:33:02 +0100
committerLubos Lunak <l.lunak@suse.cz>2012-12-26 18:43:27 +0100
commit47b17ca76bd6d0753131a5cb5760213649b3b7fa (patch)
treed043008e95e3b76f348fac0532213ab2d4cc2d95 /svx
parent32bd430f4d636b564a4cf796148705fd6ef72304 (diff)
ignore #include inside #if
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/pch/precompiled_svx.hxx1
-rw-r--r--svx/inc/pch/precompiled_svxcore.hxx5
2 files changed, 1 insertions, 5 deletions
diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx
index 2032b6338058..06dfc00c40d5 100644
--- a/svx/inc/pch/precompiled_svx.hxx
+++ b/svx/inc/pch/precompiled_svx.hxx
@@ -106,6 +106,7 @@
#include <com/sun/star/drawing/XShapes.hpp>
#include <com/sun/star/form/FormComponentType.hpp>
#include <com/sun/star/frame/AutoRecovery.hpp>
+#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/frame/XController.hpp>
#include <com/sun/star/frame/XDispatch.hpp>
diff --git a/svx/inc/pch/precompiled_svxcore.hxx b/svx/inc/pch/precompiled_svxcore.hxx
index a42760ffaee6..16efcaed1495 100644
--- a/svx/inc/pch/precompiled_svxcore.hxx
+++ b/svx/inc/pch/precompiled_svxcore.hxx
@@ -18,9 +18,7 @@
#include "editeng/boxitem.hxx"
#include "editeng/editobj.hxx"
#include "editeng/editstat.hxx"
-#include "editeng/editview.hxx"
#include "editeng/fhgtitem.hxx"
-#include "editeng/flditem.hxx"
#include "editeng/fontitem.hxx"
#include "editeng/forbiddencharacterstable.hxx"
#include "editeng/frmdiritem.hxx"
@@ -63,8 +61,6 @@
#include <basegfx/point/b3dpoint.hxx>
#include <basegfx/polygon/b2dlinegeometry.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
-#include <basegfx/polygon/b2dpolygonclipper.hxx>
-#include <basegfx/polygon/b2dpolygoncutandtouch.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/polygon/b2dpolypolygoncutter.hxx>
@@ -598,7 +594,6 @@
#include <vcl/window.hxx>
#include <vcl/wrkwin.hxx>
#include <vector>
-#include <wchar.h>
#include <xmloff/xmlictxt.hxx>
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */