diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-04-12 15:31:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-04-13 07:46:16 +0200 |
commit | 3c3f7d784eadd60c053284ec2835675f158d4156 (patch) | |
tree | 0772787cb2ab5116cc710d80dfaab930faa5b5d8 /sd/source | |
parent | 3a572975704a0d01e458191e8d66ff20ef60e4a8 (diff) |
Removed duplicated includes
No automatic tools. Manual checked and tested.
Change-Id: Ife260fa4e1d786cf81f2917a901664cc54943754
Reviewed-on: https://gerrit.libreoffice.org/36371
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationDialog.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPageContainer.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/SlideBackground.cxx | 2 |
4 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx index 32e74d1f01f5..333065e0229d 100644 --- a/sd/source/ui/animations/CustomAnimationDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationDialog.cxx @@ -45,7 +45,6 @@ #include <vcl/field.hxx> #include <vcl/lstbox.hxx> #include <vcl/layout.hxx> -#include <vcl/field.hxx> #include <vcl/msgbox.hxx> #include <vcl/decoview.hxx> #include <vcl/combobox.hxx> diff --git a/sd/source/ui/animations/CustomAnimationPane.hxx b/sd/source/ui/animations/CustomAnimationPane.hxx index 214075c582ca..97164dd8bd4e 100644 --- a/sd/source/ui/animations/CustomAnimationPane.hxx +++ b/sd/source/ui/animations/CustomAnimationPane.hxx @@ -32,7 +32,6 @@ #include "CategoryListBox.hxx" #include "motionpathtag.hxx" #include "misc/scopelock.hxx" -#include "CustomAnimationPreset.hxx" #include <vector> diff --git a/sd/source/ui/sidebar/MasterPageContainer.cxx b/sd/source/ui/sidebar/MasterPageContainer.cxx index 5226ed4b4b48..9deef401d79e 100644 --- a/sd/source/ui/sidebar/MasterPageContainer.cxx +++ b/sd/source/ui/sidebar/MasterPageContainer.cxx @@ -55,8 +55,6 @@ #include <osl/getglobalmutex.hxx> #include <xmloff/autolayout.hxx> -#include <memory> - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; diff --git a/sd/source/ui/sidebar/SlideBackground.cxx b/sd/source/ui/sidebar/SlideBackground.cxx index a4e31e24e1a1..a1684a4ee4c1 100644 --- a/sd/source/ui/sidebar/SlideBackground.cxx +++ b/sd/source/ui/sidebar/SlideBackground.cxx @@ -30,13 +30,11 @@ #include "drawdoc.hxx" #include "filedlg.hxx" #include "strings.hrc" -#include "drawdoc.hxx" #include "DocumentHelper.hxx" #include "MasterPagesSelector.hxx" #include "DrawViewShell.hxx" #include "DrawController.hxx" #include <com/sun/star/beans/XPropertySet.hpp> -#include "sdresid.hxx" #include <svtools/controldims.hrc> #include <svx/colorbox.hxx> #include <svx/gallery.hxx> |