diff options
author | Alfonso Eusebio <alfonso_eusebio@yahoo.co.uk> | 2011-02-09 17:16:20 +0000 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-10 09:37:09 +0100 |
commit | d65676666d6d6ce1f595968fb922043cfcc178a7 (patch) | |
tree | d8e8527bc18a4e1d832566df7ca2fec6c55e78e7 /sd | |
parent | 5d99f8639670ecf713dc611679fe3ebb84690d79 (diff) |
Remove includes related to Hyperlink Bar in impress_draw
Removed includes dependant on hyperlink bar headers.
Diffstat (limited to 'sd')
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 | ||||
-rw-r--r-- | sd/source/ui/app/sddll2.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/slideshow/slideshowimpl.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drviewsb.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/drvwshrg.cxx | 1 | ||||
-rw-r--r-- | sd/source/ui/view/outlnvsh.cxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 700f1ba965c3..e556b45b0192 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -623,7 +623,6 @@ #include "svx/grafctrl.hxx" #include "svx/hlnkitem.hxx" #include "svx/hyperdlg.hxx" -#include "svx/hyprlink.hxx" #include "svx/imapdlg.hxx" #include "svx/itemwin.hxx" #include "svx/langbox.hxx" diff --git a/sd/source/ui/app/sddll2.cxx b/sd/source/ui/app/sddll2.cxx index b4973feed591..17d95e25b2d2 100644 --- a/sd/source/ui/app/sddll2.cxx +++ b/sd/source/ui/app/sddll2.cxx @@ -44,7 +44,6 @@ #include <svx/fontwork.hxx> #include <svx/colrctrl.hxx> #include <svx/verttexttbxctrl.hxx> -#include <svx/hyprlink.hxx> #include <svx/hyperdlg.hxx> #include <svx/fillctrl.hxx> #include <svx/linectrl.hxx> diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index 4eabb6ea22a5..8ca0a4f6cde6 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -64,7 +64,6 @@ #include <svx/colrctrl.hxx> #include <svx/bmpmask.hxx> #include <svx/srchdlg.hxx> -#include <svx/hyprlink.hxx> #include <svx/hyperdlg.hxx> #include <svx/galbrws.hxx> #include "NavigatorChildWindow.hxx" diff --git a/sd/source/ui/view/drviewsb.cxx b/sd/source/ui/view/drviewsb.cxx index 898f439e3cdb..62284abda129 100644 --- a/sd/source/ui/view/drviewsb.cxx +++ b/sd/source/ui/view/drviewsb.cxx @@ -33,7 +33,6 @@ #include <svx/svdlayer.hxx> #include <svx/svxids.hrc> -#include <svx/hyprlink.hxx> #include <sfx2/viewfrm.hxx> #include <svx/hlnkitem.hxx> #include <tools/urlobj.hxx> diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index f8dd2d299728..71ac4815fa7c 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/drvwshrg.cxx @@ -42,7 +42,6 @@ #include <svx/tbxcustomshapes.hxx> #include <svx/svxids.hrc> -#include <svx/hyprlink.hxx> #include <svx/hyperdlg.hxx> #include <avmedia/mediaplayer.hxx> diff --git a/sd/source/ui/view/outlnvsh.cxx b/sd/source/ui/view/outlnvsh.cxx index ee598e07c82f..7ac1310cf1c8 100644 --- a/sd/source/ui/view/outlnvsh.cxx +++ b/sd/source/ui/view/outlnvsh.cxx @@ -35,7 +35,6 @@ #include <memory> #include "app.hrc" -#include <svx/hyprlink.hxx> #include <svx/hyperdlg.hxx> #include <svx/zoomslideritem.hxx> |