diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:21:01 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:50 +0100 |
commit | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (patch) | |
tree | 8dbda17b569d07856300e5c5fc3cd035c146117e /sd | |
parent | 259e51677bde56dbfc45e41b28ae3bdfd08a0e82 (diff) |
Removed unnecessary tools/link.hxx includes.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/html/htmlattr.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/factories/ChildWindowPane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/framework/module/ReadOnlyModeObserver.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/MasterPageObserver.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/ViewShellManager.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/framework/ConfigurationController.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/framework/Pane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlideSorterController.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/TaskPaneShellManager.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/tools/PreviewRenderer.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/unoidl/sddetect.hxx | 1 |
13 files changed, 1 insertions, 12 deletions
diff --git a/sd/source/filter/html/htmlattr.cxx b/sd/source/filter/html/htmlattr.cxx index f363e932d5bc..ee3f436ada07 100644 --- a/sd/source/filter/html/htmlattr.cxx +++ b/sd/source/filter/html/htmlattr.cxx @@ -33,7 +33,6 @@ #include "htmlattr.hxx" #include "htmlex.hxx" -#include <tools/link.hxx> #include <vcl/decoview.hxx> diff --git a/sd/source/ui/framework/factories/ChildWindowPane.hxx b/sd/source/ui/framework/factories/ChildWindowPane.hxx index 714d84ae10dd..208c532ba045 100644 --- a/sd/source/ui/framework/factories/ChildWindowPane.hxx +++ b/sd/source/ui/framework/factories/ChildWindowPane.hxx @@ -37,7 +37,6 @@ #include <com/sun/star/awt/XWindow.hpp> #include <cppuhelper/implbase1.hxx> #include <comphelper/uno3.hxx> -#include <tools/link.hxx> #include <memory> namespace { diff --git a/sd/source/ui/framework/module/ReadOnlyModeObserver.hxx b/sd/source/ui/framework/module/ReadOnlyModeObserver.hxx index e1172b2d1f20..e0878e7a088d 100644 --- a/sd/source/ui/framework/module/ReadOnlyModeObserver.hxx +++ b/sd/source/ui/framework/module/ReadOnlyModeObserver.hxx @@ -41,7 +41,6 @@ #include <com/sun/star/drawing/framework/XConfigurationChangeListener.hpp> #include <osl/mutex.hxx> #include <cppuhelper/compbase2.hxx> -#include <tools/link.hxx> #include <boost/function.hpp> #include <boost/scoped_ptr.hpp> #include <boost/shared_ptr.hpp> diff --git a/sd/source/ui/inc/MasterPageObserver.hxx b/sd/source/ui/inc/MasterPageObserver.hxx index 4526a1cd1530..f0cf7eb268be 100644 --- a/sd/source/ui/inc/MasterPageObserver.hxx +++ b/sd/source/ui/inc/MasterPageObserver.hxx @@ -31,7 +31,6 @@ #include "tools/SdGlobalResourceContainer.hxx" #include <osl/mutex.hxx> -#include <tools/link.hxx> #include <memory> #include <set> diff --git a/sd/source/ui/inc/ViewShellManager.hxx b/sd/source/ui/inc/ViewShellManager.hxx index b7561ea9f744..03bc3ffe1c3b 100644 --- a/sd/source/ui/inc/ViewShellManager.hxx +++ b/sd/source/ui/inc/ViewShellManager.hxx @@ -30,7 +30,6 @@ #define SD_VIEW_SHELL_MANAGER_HXX #include "ShellFactory.hxx" -#include <tools/link.hxx> #include <memory> #include <vector> #include <boost/shared_ptr.hpp> diff --git a/sd/source/ui/inc/framework/ConfigurationController.hxx b/sd/source/ui/inc/framework/ConfigurationController.hxx index b4b41d07064d..ce671cffee15 100644 --- a/sd/source/ui/inc/framework/ConfigurationController.hxx +++ b/sd/source/ui/inc/framework/ConfigurationController.hxx @@ -42,7 +42,6 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <cppuhelper/compbase2.hxx> -#include <tools/link.hxx> #include <rtl/ref.hxx> #include <boost/scoped_ptr.hpp> diff --git a/sd/source/ui/inc/framework/Pane.hxx b/sd/source/ui/inc/framework/Pane.hxx index 89de980fe5f9..f981ecdf48e7 100644 --- a/sd/source/ui/inc/framework/Pane.hxx +++ b/sd/source/ui/inc/framework/Pane.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/drawing/framework/TabBarButton.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> #include <cppuhelper/compbase3.hxx> -#include <tools/link.hxx> #include <boost/shared_ptr.hpp> #include <boost/weak_ptr.hpp> diff --git a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx index d86ce83e8289..a68f78235dab 100644 --- a/sd/source/ui/slidesorter/controller/SlideSorterController.cxx +++ b/sd/source/ui/slidesorter/controller/SlideSorterController.cxx @@ -86,7 +86,6 @@ #include <sfx2/request.hxx> #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> -#include <tools/link.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/lang/XComponent.hpp> diff --git a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx index 7f3bd43bbab6..934b6f10202b 100644 --- a/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx +++ b/sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx @@ -32,7 +32,6 @@ #include "model/SlsVisualState.hxx" #include <com/sun/star/drawing/XDrawPage.hpp> #include <tools/gen.hxx> -#include <tools/link.hxx> #include <vcl/bitmap.hxx> #include <sfx2/viewfrm.hxx> diff --git a/sd/source/ui/toolpanel/TaskPaneShellManager.hxx b/sd/source/ui/toolpanel/TaskPaneShellManager.hxx index f07ff157a0f2..ea7f793cc84b 100644 --- a/sd/source/ui/toolpanel/TaskPaneShellManager.hxx +++ b/sd/source/ui/toolpanel/TaskPaneShellManager.hxx @@ -31,6 +31,7 @@ #include "ShellFactory.hxx" #include "ViewShellManager.hxx" +#include <tools/link.hxx> #include <map> class FrameView; diff --git a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx index 31b2892c6855..1401bb94726e 100644 --- a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx +++ b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx @@ -32,7 +32,6 @@ #include "app.hrc" #include "MasterPageContainer.hxx" #include "MasterPageDescriptor.hxx" -#include <tools/link.hxx> #include <set> namespace { diff --git a/sd/source/ui/tools/PreviewRenderer.cxx b/sd/source/ui/tools/PreviewRenderer.cxx index 6481d8540765..fb81193fb82e 100644 --- a/sd/source/ui/tools/PreviewRenderer.cxx +++ b/sd/source/ui/tools/PreviewRenderer.cxx @@ -39,7 +39,6 @@ #include <svx/svdoutl.hxx> #include <editeng/eeitem.hxx> #include <editeng/editstat.hxx> -#include <tools/link.hxx> #include <vcl/svapp.hxx> #include <tools/diagnose_ex.h> #include <svx/sdr/contact/viewobjectcontact.hxx> diff --git a/sd/source/ui/unoidl/sddetect.hxx b/sd/source/ui/unoidl/sddetect.hxx index 12364367474e..7114739242cb 100644 --- a/sd/source/ui/unoidl/sddetect.hxx +++ b/sd/source/ui/unoidl/sddetect.hxx @@ -39,7 +39,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/factory.hxx> -#include <tools/link.hxx> class SfxObjectFactory; class SfxFilterMatcher; |