diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-30 01:09:23 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-07-01 18:33:40 +0200 |
commit | 6e1e97ce84f2d41adbc159a65f6b24a9ea4916a0 (patch) | |
tree | 466c295da4c0731ddfcb269cf8212f2434c0f8e8 /sd/source | |
parent | 70b7ff4d446ade1dca66462a267e4dd584428865 (diff) |
Remove unused anmdef.hxx
All definitions are unused.
Change-Id: Id848cdaea95c64a8518743dc32d962340022759e
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/dlg/animobjs.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fudraw.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/func/fusel.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/tpaction.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/inc/unoaprms.hxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx index d2de7c2a8425..2bdb9b2d311d 100644 --- a/sd/source/ui/dlg/animobjs.cxx +++ b/sd/source/ui/dlg/animobjs.cxx @@ -39,7 +39,6 @@ #include "anminfo.hxx" #include "animobjs.hxx" #include "animobjs.hrc" -#include "anmdef.hxx" #include "app.hrc" #include "strings.hrc" #include "sdresid.hxx" diff --git a/sd/source/ui/func/fudraw.cxx b/sd/source/ui/func/fudraw.cxx index daa3b61c169a..2353e2fc4ae5 100644 --- a/sd/source/ui/func/fudraw.cxx +++ b/sd/source/ui/func/fudraw.cxx @@ -49,7 +49,6 @@ #include <sfx2/viewfrm.hxx> #include "anminfo.hxx" -#include "anmdef.hxx" #include "imapinfo.hxx" #include "app.hrc" #include "glob.hrc" diff --git a/sd/source/ui/func/fusel.cxx b/sd/source/ui/func/fusel.cxx index 86567a93f74e..49c67bc0b02b 100644 --- a/sd/source/ui/func/fusel.cxx +++ b/sd/source/ui/func/fusel.cxx @@ -57,7 +57,6 @@ #include "app.hxx" #include "DrawDocShell.hxx" #include "stlpool.hxx" -#include "anmdef.hxx" #include "anminfo.hxx" #include "fudraw.hxx" #include "ViewShell.hxx" diff --git a/sd/source/ui/inc/tpaction.hxx b/sd/source/ui/inc/tpaction.hxx index 4dab8079ed79..6a331edc605c 100644 --- a/sd/source/ui/inc/tpaction.hxx +++ b/sd/source/ui/inc/tpaction.hxx @@ -38,7 +38,6 @@ #include <sfx2/tabdlg.hxx> #include <sfx2/basedlgs.hxx> #include "sdtreelb.hxx" -#include "anmdef.hxx" #include <vector> diff --git a/sd/source/ui/inc/unoaprms.hxx b/sd/source/ui/inc/unoaprms.hxx index 362382105299..5d349c80038b 100644 --- a/sd/source/ui/inc/unoaprms.hxx +++ b/sd/source/ui/inc/unoaprms.hxx @@ -24,7 +24,6 @@ #include <com/sun/star/presentation/AnimationSpeed.hpp> #include <com/sun/star/presentation/ClickAction.hpp> #include "sdundo.hxx" -#include "anmdef.hxx" #include <svx/svdopath.hxx> #include <tools/color.hxx> |