diff options
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 3 | ||||
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 5 | ||||
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 1 |
4 files changed, 1 insertions, 9 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 16728e0d2bfa..e41c22d62bfc 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -908,8 +908,7 @@ #include "osl/diagnose.h" #include "osl/module.hxx" #include "osl/mutex.hxx" -#include "vos/process.hxx" -#include "vos/xception.hxx" +#include "osl/process.h" //---MARKER--- #endif diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 42f588ba7d8d..0bf0484205a5 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -91,11 +91,6 @@ #include "i18npool/mslangid.hxx" -#include <vos/xception.hxx> -#ifndef _VOS_NO_NAMESPACE -using namespace vos; -#endif - using namespace ::com::sun::star; //////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index bf7bbefc421d..3cbb76adc095 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -31,7 +31,6 @@ #include "fusel.hxx" -#include <vos/process.hxx> #include <basic/sbstar.hxx> #include <svx/svdpagv.hxx> #include <svx/svdogrp.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index ff89b63e88dd..8818df2bceac 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -44,7 +44,6 @@ #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/frame/XDispatch.hpp> #include <com/sun/star/frame/XLayoutManager.hpp> -#include <vos/process.hxx> #include <svl/aeitem.hxx> #include <svl/urihelper.hxx> |