diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:52:41 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-28 15:53:10 +0200 |
commit | 5e62d30fa2a23c916402388ab8157d365b47230f (patch) | |
tree | 10243eb29731dfb7b5f0977b239280c382eaf648 /sd/inc/pch | |
parent | 9c1ff374e92ea74a7244fd131a49bbad1eddb6e8 (diff) |
update_pch
Change-Id: I5316693452427ed76a7738b090de023b110caa40
Diffstat (limited to 'sd/inc/pch')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 4 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sdui.hxx | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 60ca725942ae..221208504b71 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -15,6 +15,7 @@ */ #include "avmedia/mediawindow.hxx" +#include "boost/noncopyable.hpp" #include "canvas/elapsedtime.hxx" #include "com/sun/star/office/XAnnotationEnumeration.hpp" #include "com/sun/star/uno/RuntimeException.hpp" @@ -72,6 +73,7 @@ #include <boost/function.hpp> #include <boost/limits.hpp> #include <boost/make_shared.hpp> +#include <boost/noncopyable.hpp> #include <boost/optional.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <boost/scoped_array.hpp> @@ -857,6 +859,7 @@ #include <unotools/viewoptions.hxx> #include <utility> #include <vcl/FilterConfigItem.hxx> +#include <vcl/abstdlg.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/bmpacc.hxx> @@ -915,6 +918,5 @@ #include <vcl/wrkwin.hxx> #include <vector> #include <xmloff/settingsstore.hxx> -#include<sfx2/viewfrm.hxx> /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/sd/inc/pch/precompiled_sdui.hxx b/sd/inc/pch/precompiled_sdui.hxx index 1a4211752b36..7fbcfe4b0bfb 100644 --- a/sd/inc/pch/precompiled_sdui.hxx +++ b/sd/inc/pch/precompiled_sdui.hxx @@ -29,6 +29,7 @@ #include <basic/sbmod.hxx> #include <basic/sbstar.hxx> #include <boost/ptr_container/ptr_vector.hpp> +#include <boost/scoped_ptr.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XEnumerationAccess.hpp> |