From d65676666d6d6ce1f595968fb922043cfcc178a7 Mon Sep 17 00:00:00 2001 From: Alfonso Eusebio Date: Wed, 9 Feb 2011 17:16:20 +0000 Subject: Remove includes related to Hyperlink Bar in impress_draw Removed includes dependant on hyperlink bar headers. --- sd/inc/pch/precompiled_sd.hxx | 1 - sd/source/ui/app/sddll2.cxx | 1 - sd/source/ui/slideshow/slideshowimpl.cxx | 1 - sd/source/ui/view/drviewsb.cxx | 1 - sd/source/ui/view/drvwshrg.cxx | 1 - sd/source/ui/view/outlnvsh.cxx | 1 - 6 files changed, 6 deletions(-) (limited to 'sd') 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 #include #include -#include #include #include #include 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 #include #include -#include #include #include #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 #include -#include #include #include #include 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 #include -#include #include #include 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 #include "app.hrc" -#include #include #include -- cgit