Remove obsolete fw declarations from sfx2/
found with bin/find-unneeded-includes --fwdecl Change-Id: I6cbbf85940a7c961108df6eefbcc9dc5d2b67bf0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183903 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
parent
95b2c8b82e
commit
cbbf3431a0
@ -27,7 +27,6 @@ using namespace ::com::sun::star::lang;
|
||||
using namespace ::com::sun::star::uno;
|
||||
|
||||
class SfxRequest;
|
||||
class SfxStringItem;
|
||||
class GDIMetaFile;
|
||||
class DocumentToGraphicRenderer;
|
||||
class SfxViewFrame;
|
||||
|
@ -15,27 +15,6 @@
|
||||
#include <sfx2/basedlgs.hxx>
|
||||
#include <sfx2/objsh.hxx>
|
||||
|
||||
namespace weld
|
||||
{
|
||||
class Button;
|
||||
}
|
||||
namespace weld
|
||||
{
|
||||
class ComboBox;
|
||||
}
|
||||
namespace weld
|
||||
{
|
||||
class Label;
|
||||
}
|
||||
namespace weld
|
||||
{
|
||||
class Window;
|
||||
}
|
||||
namespace weld
|
||||
{
|
||||
class TreeView;
|
||||
}
|
||||
|
||||
enum RedactionTargetType
|
||||
{
|
||||
REDACTION_TARGET_TEXT,
|
||||
|
@ -26,8 +26,6 @@
|
||||
|
||||
class CharmapPopup;
|
||||
|
||||
namespace com::sun::star::frame { class XFrame; }
|
||||
|
||||
class SfxCharmapCtrl final : public WeldToolbarPopup
|
||||
{
|
||||
public:
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
|
||||
namespace com::sun::star::ui { class XUIConfigurationListener; }
|
||||
namespace com::sun::star::uno { class XComponentContext; }
|
||||
class ChangedUIEventListener;
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
namespace sfx2::sidebar
|
||||
{
|
||||
class Deck;
|
||||
class GripWidget;
|
||||
|
||||
class DeckTitleBar final : public TitleBar
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <sfx2/sidebar/ResourceManager.hxx>
|
||||
|
||||
namespace com::sun::star::frame { class XFrame; }
|
||||
namespace com::sun::star::ui { class XPanels; }
|
||||
namespace sfx2::sidebar { class SidebarController; }
|
||||
|
||||
/** get the decks
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <sfx2/sidebar/Deck.hxx>
|
||||
#include <sfx2/sidebar/ResourceManager.hxx>
|
||||
|
||||
namespace com::sun::star::awt { class XWindow; }
|
||||
namespace com::sun::star::frame { class XFrame; }
|
||||
namespace sfx2::sidebar { class SidebarController; }
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
|
||||
namespace com::sun::star::frame { class XFrame; }
|
||||
namespace com::sun::star::ui { class XDecks; }
|
||||
namespace com::sun::star::ui { class XSidebar; }
|
||||
namespace sfx2::sidebar { class SidebarController; }
|
||||
|
||||
/** get the sidebar for a given frame
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <sfx2/docfile.hxx>
|
||||
#include <sfx2/linkmgr.hxx>
|
||||
|
||||
class Graphic;
|
||||
struct ImplSVEvent;
|
||||
namespace sfx2 { class FileDialogHelper; }
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "newhelp.hxx"
|
||||
#include <vector>
|
||||
|
||||
class SfxHelpWindow_Impl;
|
||||
class HelpInterceptor_Impl : public ::cppu::WeakImplHelper<
|
||||
css::frame::XDispatchProviderInterceptor,
|
||||
css::frame::XInterceptorInfo,
|
||||
|
@ -331,7 +331,6 @@ public:
|
||||
|
||||
// class SfxHelpTextWindow_Impl ------------------------------------------
|
||||
|
||||
class SvtMiscOptions;
|
||||
class SfxHelpWindow_Impl;
|
||||
|
||||
class SfxHelpTextWindow_Impl : public vcl::Window
|
||||
|
@ -33,8 +33,6 @@
|
||||
|
||||
class SfxFilterMatcher;
|
||||
class GraphicFilter;
|
||||
class FileDialogHelper;
|
||||
struct ImplSVEvent;
|
||||
|
||||
namespace sfx2
|
||||
{
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <vcl/weld.hxx>
|
||||
|
||||
class SfxObjectShell;
|
||||
class SfxStyleFamilyItem;
|
||||
class SfxTemplateItem;
|
||||
class SfxCommonTemplateDialog_Impl;
|
||||
class SfxTemplateControllerItem;
|
||||
|
@ -38,18 +38,13 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
class SfxApplication;
|
||||
class SfxProgress;
|
||||
class SfxDdeDocTopic_Impl;
|
||||
class DdeService;
|
||||
class SfxItemPool;
|
||||
class SfxFilterMatcher;
|
||||
class ISfxTemplateCommon;
|
||||
class SfxStatusDispatcher;
|
||||
class SfxDdeTriggerTopic_Impl;
|
||||
class SfxFrame;
|
||||
class SfxViewFrame;
|
||||
class SfxInterface;
|
||||
class BasicManager;
|
||||
class SfxBasicManagerHolder;
|
||||
class SfxBasicManagerCreationListener;
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <sal/config.h>
|
||||
#include <comphelper/errcode.hxx>
|
||||
|
||||
class SfxItemPool;
|
||||
class SfxMedium;
|
||||
class SfxObjectShell;
|
||||
|
||||
|
@ -33,12 +33,6 @@
|
||||
|
||||
#include "appbaslib.hxx"
|
||||
|
||||
namespace svtools { class AsynchronLink; }
|
||||
|
||||
class SfxViewFrame;
|
||||
|
||||
class SfxBasicManagerHolder;
|
||||
|
||||
class AutoReloadTimer_Impl final : public Timer
|
||||
{
|
||||
OUString aUrl;
|
||||
|
@ -23,8 +23,6 @@
|
||||
#include <sfx2/dockwin.hxx>
|
||||
|
||||
|
||||
namespace com::sun::star::frame { class XFrame; }
|
||||
|
||||
// forward ---------------------------------------------------------------
|
||||
|
||||
// class SfxPartChildWnd_Impl -----------------------------------
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <memory>
|
||||
|
||||
class SfxWorkWindow;
|
||||
class SfxDockingWindow;
|
||||
class SfxEmptySplitWin_Impl;
|
||||
|
||||
struct SfxDock_Impl
|
||||
|
@ -35,15 +35,9 @@
|
||||
|
||||
#include "StyleList.hxx"
|
||||
|
||||
class SfxTemplateControllerItem;
|
||||
class SfxStyleFamilyItem;
|
||||
class SfxTemplateItem;
|
||||
class SfxBindings;
|
||||
class SfxStyleSheetBase;
|
||||
class SfxStyleSheetBasePool;
|
||||
class StyleTreeListBox_Impl;
|
||||
class SfxTemplateDialog_Impl;
|
||||
class SfxCommonTemplateDialog_Impl;
|
||||
namespace com::sun::star::frame {
|
||||
class XModuleManager2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user