From d3756b8b7318ecae4eaf0552aea3cde940e91490 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Fri, 15 Oct 2010 12:10:06 -0500 Subject: merge vosremoval-reference.diff --- framework/inc/classes/framecontainer.hxx | 1 - framework/inc/pch/precompiled_framework.hxx | 3 ++- framework/source/helper/dockingareadefaultacceptor.cxx | 1 - framework/source/helper/oframes.cxx | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) (limited to 'framework') diff --git a/framework/inc/classes/framecontainer.hxx b/framework/inc/classes/framecontainer.hxx index cf19f99dcb55..cf915ad12502 100644 --- a/framework/inc/classes/framecontainer.hxx +++ b/framework/inc/classes/framecontainer.hxx @@ -55,7 +55,6 @@ // other includes //_________________________________________________________________________________________________________________ #include -#include #include #include diff --git a/framework/inc/pch/precompiled_framework.hxx b/framework/inc/pch/precompiled_framework.hxx index c6cc1b95f7b7..f8cf02eebdfb 100644 --- a/framework/inc/pch/precompiled_framework.hxx +++ b/framework/inc/pch/precompiled_framework.hxx @@ -359,6 +359,7 @@ #include "rtl/instance.hxx" #include "rtl/logfile.hxx" #include "rtl/random.h" +#include "rtl.ref.hxx" #include "rtl/strbuf.hxx" #include "rtl/string.h" #include "rtl/string.hxx" @@ -370,6 +371,7 @@ #include "sal/alloca.h" #include "sal/main.h" +#include "salhelper/simplereferenceobject.hxx" #include "salhelper/singletonref.hxx" #include "salhelper/timer.hxx" @@ -487,7 +489,6 @@ #include "vos/mutex.hxx" #include "vos/process.hxx" -#include "vos/ref.hxx" #include "vos/thread.hxx" //---MARKER--- diff --git a/framework/source/helper/dockingareadefaultacceptor.cxx b/framework/source/helper/dockingareadefaultacceptor.cxx index 1c5166e60d47..d0b6a1abaab4 100644 --- a/framework/source/helper/dockingareadefaultacceptor.cxx +++ b/framework/source/helper/dockingareadefaultacceptor.cxx @@ -60,7 +60,6 @@ using namespace ::com::sun::star::lang ; using namespace ::com::sun::star::uno ; using namespace ::cppu ; using namespace ::osl ; -using namespace ::rtl ; //_________________________________________________________________________________________________________________ // non exported const diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx index 7d56209ff718..bd854e6397ce 100644 --- a/framework/source/helper/oframes.cxx +++ b/framework/source/helper/oframes.cxx @@ -59,9 +59,9 @@ using namespace ::com::sun::star::lang ; using namespace ::com::sun::star::uno ; using namespace ::cppu ; using namespace ::osl ; -using namespace ::rtl ; using namespace ::std ; -using namespace ::vos ; + +using rtl::OUString; //_________________________________________________________________________________________________________________ // non exported const -- cgit