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/source/ui/toolpanel | |
parent | 259e51677bde56dbfc45e41b28ae3bdfd08a0e82 (diff) |
Removed unnecessary tools/link.hxx includes.
Diffstat (limited to 'sd/source/ui/toolpanel')
-rw-r--r-- | sd/source/ui/toolpanel/TaskPaneShellManager.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx | 1 |
2 files changed, 1 insertions, 1 deletions
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 { |