diff options
Diffstat (limited to 'svtools/source/hatchwindow')
-rw-r--r-- | svtools/source/hatchwindow/documentcloser.cxx | 3 | ||||
-rw-r--r-- | svtools/source/hatchwindow/hatchwindow.cxx | 2 | ||||
-rw-r--r-- | svtools/source/hatchwindow/hatchwindowfactory.cxx | 1 | ||||
-rw-r--r-- | svtools/source/hatchwindow/ipwin.cxx | 1 |
4 files changed, 1 insertions, 6 deletions
diff --git a/svtools/source/hatchwindow/documentcloser.cxx b/svtools/source/hatchwindow/documentcloser.cxx index 1c2de038e6e9..4459953e45d4 100644 --- a/svtools/source/hatchwindow/documentcloser.cxx +++ b/svtools/source/hatchwindow/documentcloser.cxx @@ -18,7 +18,6 @@ */ #include <com/sun/star/uno/XComponentContext.hpp> -#include <com/sun/star/util/XCloseBroadcaster.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/lang/IllegalArgumentException.hpp> @@ -30,8 +29,6 @@ #include <comphelper/interfacecontainer2.hxx> #include <cppuhelper/supportsservice.hxx> #include <osl/mutex.hxx> -#include <osl/thread.hxx> -#include <rtl/ref.hxx> #include <vcl/svapp.hxx> #include <vcl/dialog.hxx> #include <tools/link.hxx> diff --git a/svtools/source/hatchwindow/hatchwindow.cxx b/svtools/source/hatchwindow/hatchwindow.cxx index 7d572e50eacb..1402fde5ae59 100644 --- a/svtools/source/hatchwindow/hatchwindow.cxx +++ b/svtools/source/hatchwindow/hatchwindow.cxx @@ -25,7 +25,7 @@ #include <toolkit/helper/convert.hxx> #include <cppuhelper/queryinterface.hxx> -#include <osl/mutex.hxx> +#include <cppuhelper/typeprovider.hxx> #include <osl/diagnose.h> #include <vcl/svapp.hxx> diff --git a/svtools/source/hatchwindow/hatchwindowfactory.cxx b/svtools/source/hatchwindow/hatchwindowfactory.cxx index e8ab0064cc45..520cc1a25a01 100644 --- a/svtools/source/hatchwindow/hatchwindowfactory.cxx +++ b/svtools/source/hatchwindow/hatchwindowfactory.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/implbase.hxx> #include <cppuhelper/supportsservice.hxx> -#include <rtl/ref.hxx> #include <vcl/svapp.hxx> #include <hatchwindow.hxx> diff --git a/svtools/source/hatchwindow/ipwin.cxx b/svtools/source/hatchwindow/ipwin.cxx index f5235535a33b..f32fb9c4245a 100644 --- a/svtools/source/hatchwindow/ipwin.cxx +++ b/svtools/source/hatchwindow/ipwin.cxx @@ -21,7 +21,6 @@ #include <osl/diagnose.h> #include <vcl/event.hxx> -#include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/ptrstyle.hxx> |