diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 1 | ||||
-rw-r--r-- | svx/inc/pch/precompiled_svxcore.hxx | 5 |
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: */ |