From b876538a6d90926b9771fb014432ccfb8c8125be Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Mon, 2 Jul 2012 00:08:18 +0900 Subject: removed unnecessary forward declarations of class except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211 --- sd/source/ui/inc/ViewTabBar.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sd/source/ui/inc/ViewTabBar.hxx') diff --git a/sd/source/ui/inc/ViewTabBar.hxx b/sd/source/ui/inc/ViewTabBar.hxx index 09ed2586bba4..45447d63d4fc 100644 --- a/sd/source/ui/inc/ViewTabBar.hxx +++ b/sd/source/ui/inc/ViewTabBar.hxx @@ -36,13 +36,8 @@ #include #include -namespace sd { namespace tools { - class EventMultiplexerEvent; -} } - namespace sd { class ViewShellBase; - class PaneManagerEvent; } namespace { -- cgit