summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-06 11:47:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-07 15:18:07 +0100
commitfab3b88699363f9be163e77298a4c8217a9b93b2 (patch)
treed54bffc8f2eb47b8198eca9cb7de73a039a61db5
parent2aa9db44759ca5317d455d2f50e1cb1f53e01624 (diff)
Unused forward decl
Change-Id: I7b1ef761695579cd157168b3b9d338606abf018d
-rw-r--r--sd/source/ui/inc/slideshow.hxx1
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.hxx1
2 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/inc/slideshow.hxx b/sd/source/ui/inc/slideshow.hxx
index 2a35f130e31f..418da148ed06 100644
--- a/sd/source/ui/inc/slideshow.hxx
+++ b/sd/source/ui/inc/slideshow.hxx
@@ -63,7 +63,6 @@ namespace sd
{
class SlideshowImpl;
-class ShowWindow;
class Window;
class View;
class ViewShell;
diff --git a/sd/source/ui/slideshow/slideshowimpl.hxx b/sd/source/ui/slideshow/slideshowimpl.hxx
index cab6d8493c57..317e075d54d0 100644
--- a/sd/source/ui/slideshow/slideshowimpl.hxx
+++ b/sd/source/ui/slideshow/slideshowimpl.hxx
@@ -80,6 +80,7 @@
class SfxViewFrame;
class SfxRequest;
+class ShowWindow;
namespace sd
{