summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 15:35:08 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 17:58:18 -0500
commitd2d960a4bef59bd1e2fa62f0c6f60b5165ec8360 (patch)
tree29bc5a3d94d44989b1ff271e48bf9148b9b194ce /sd
parent9e9bbfc1a1502ab7f38d785704a004b069f2b845 (diff)
convert vos/process.hxx and related API
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/pch/precompiled_sd.hxx3
-rw-r--r--sd/source/filter/eppt/epptso.cxx5
-rw-r--r--sd/source/ui/func/fusel.cxx1
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx1
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>