diff options
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/splash.cxx | 6 | ||||
-rw-r--r-- | desktop/source/splash/splash.hxx | 1 | ||||
-rw-r--r-- | desktop/source/splash/unxsplash.cxx | 3 | ||||
-rw-r--r-- | desktop/source/splash/unxsplash.hxx | 6 |
4 files changed, 0 insertions, 16 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index c34673f3e881..53ca05497ee1 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -19,23 +19,18 @@ #include "splash.hxx" -#include <stdio.h> #include <sal/log.hxx> -#include <unotools/bootstrap.hxx> -#include <tools/stream.hxx> #include <vcl/bitmapex.hxx> #include <vcl/svapp.hxx> #include <vcl/salnativewidgets.hxx> #include <com/sun/star/lang/XInitialization.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> #include <rtl/bootstrap.hxx> #include <rtl/strbuf.hxx> -#include <rtl/math.hxx> #include <vcl/introwin.hxx> #include <vcl/virdev.hxx> @@ -43,7 +38,6 @@ #define NOT_LOADED_COLOR (Color(0xffffffff)) using namespace ::com::sun::star::lang; -using namespace ::com::sun::star::registry; using namespace ::com::sun::star::task; using namespace ::com::sun::star::uno; diff --git a/desktop/source/splash/splash.hxx b/desktop/source/splash/splash.hxx index 1561308dbb90..94838d3ccd19 100644 --- a/desktop/source/splash/splash.hxx +++ b/desktop/source/splash/splash.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.hxx> -#include <sal/types.h> namespace com { namespace sun { namespace star { namespace uno { diff --git a/desktop/source/splash/unxsplash.cxx b/desktop/source/splash/unxsplash.cxx index b068cfa28e5c..cf1c66144ea8 100644 --- a/desktop/source/splash/unxsplash.cxx +++ b/desktop/source/splash/unxsplash.cxx @@ -20,10 +20,7 @@ #include "unxsplash.hxx" #include <stdio.h> #include <osl/process.h> -#include <cppuhelper/implementationentry.hxx> #include <cppuhelper/supportsservice.hxx> -#include <rtl/ustrbuf.hxx> -#include <rtl/math.hxx> #include <sal/log.hxx> using namespace com::sun::star; diff --git a/desktop/source/splash/unxsplash.hxx b/desktop/source/splash/unxsplash.hxx index d4ca29fd1be4..baa612a0df10 100644 --- a/desktop/source/splash/unxsplash.hxx +++ b/desktop/source/splash/unxsplash.hxx @@ -13,18 +13,12 @@ #include <stdio.h> #include <com/sun/star/lang/XServiceInfo.hpp> -#include <com/sun/star/uno/Exception.hpp> #include <com/sun/star/uno/Reference.h> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/registry/XRegistryKey.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> #include <com/sun/star/lang/XInitialization.hpp> #include <cppuhelper/implbase.hxx> -#include <cppuhelper/interfacecontainer.h> -#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <osl/mutex.hxx> -#include <rtl/bootstrap.hxx> namespace desktop { |