mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-26 15:45:26 +00:00
Remove obsolete fw declarations from desktop/ drawinglayer/
found with bin/find-unneeded-includes --fwdecl Change-Id: I61ee34a26ed75c0bbbf4dae0359bfeeea37b4296 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183883 Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de> Tested-by: Jenkins
This commit is contained in:
@ -42,7 +42,6 @@ namespace desktop
|
||||
--------------------------------------------------------------------*/
|
||||
class CommandLineArgs;
|
||||
class Lockfile;
|
||||
struct ConvertData;
|
||||
class Desktop final : public Application
|
||||
{
|
||||
int doShutdown();
|
||||
|
@ -25,11 +25,6 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace vcl
|
||||
{
|
||||
class Window;
|
||||
}
|
||||
|
||||
namespace dp_gui
|
||||
{
|
||||
class DependencyDialog : public weld::GenericDialogController
|
||||
|
@ -33,11 +33,6 @@
|
||||
|
||||
/// @HTML
|
||||
|
||||
class Image;
|
||||
class KeyEvent;
|
||||
class MouseEvent;
|
||||
class ResId;
|
||||
|
||||
namespace com::sun::star {
|
||||
namespace deployment { class XExtensionManager;
|
||||
class XPackage; }
|
||||
|
@ -58,6 +58,7 @@
|
||||
#include <vector>
|
||||
|
||||
using dp_misc::StrTitle;
|
||||
namespace dp_gui { class UpdateCommandEnv; };
|
||||
|
||||
namespace dp_gui {
|
||||
|
||||
|
@ -37,7 +37,6 @@ namespace com::sun::star::uno {
|
||||
namespace dp_gui {
|
||||
|
||||
struct UpdateData;
|
||||
class UpdateCommandEnv;
|
||||
|
||||
|
||||
/**
|
||||
|
@ -25,11 +25,6 @@
|
||||
#include "dp_misc_api.hxx"
|
||||
#include <ucbhelper/content.hxx>
|
||||
|
||||
namespace ucbhelper
|
||||
{
|
||||
class Content;
|
||||
}
|
||||
|
||||
namespace dp_misc {
|
||||
|
||||
struct DESKTOP_DEPLOYMENTMISC_DLLPUBLIC StrTitle
|
||||
|
@ -33,8 +33,6 @@
|
||||
|
||||
namespace com::sun::star::uno { class XComponentContext; }
|
||||
|
||||
class INetURLObject;
|
||||
|
||||
|
||||
namespace migration
|
||||
{
|
||||
|
@ -30,7 +30,6 @@ namespace basegfx {
|
||||
namespace drawinglayer::attribute {
|
||||
class SdrSceneAttribute;
|
||||
class SdrLightingAttribute;
|
||||
class MaterialAttribute3D;
|
||||
}
|
||||
|
||||
|
||||
|
@ -29,13 +29,10 @@ namespace drawinglayer::primitive2d
|
||||
class PolyPolygonColorPrimitive2D;
|
||||
class PolygonHairlinePrimitive2D;
|
||||
class PolygonStrokePrimitive2D;
|
||||
class WrongSpellPrimitive2D;
|
||||
class TextSimplePortionPrimitive;
|
||||
class BitmapPrimitive2D;
|
||||
class PolyPolygonGradientPrimitive2D;
|
||||
class UnifiedTransparencePrimitive2D;
|
||||
class ControlPrimitive2D;
|
||||
class PolygonStrokePrimitive2D;
|
||||
class FillHatchPrimitive2D;
|
||||
class BackgroundColorPrimitive2D;
|
||||
class BorderLinePrimitive2D;
|
||||
|
@ -32,9 +32,7 @@ class TextSimplePortionPrimitive2D;
|
||||
class PolygonHairlinePrimitive2D;
|
||||
class BitmapPrimitive2D;
|
||||
class FillGraphicPrimitive2D;
|
||||
class PolyPolygonGradientPrimitive2D;
|
||||
class PolyPolygonGraphicPrimitive2D;
|
||||
class MetafilePrimitive2D;
|
||||
class MaskPrimitive2D;
|
||||
class UnifiedTransparencePrimitive2D;
|
||||
class TransparencePrimitive2D;
|
||||
@ -43,7 +41,6 @@ class MarkerArrayPrimitive2D;
|
||||
class PointArrayPrimitive2D;
|
||||
class ModifiedColorPrimitive2D;
|
||||
class PolygonStrokePrimitive2D;
|
||||
class ControlPrimitive2D;
|
||||
class PagePreviewPrimitive2D;
|
||||
class EpsPrimitive2D;
|
||||
class SvgLinearAtomPrimitive2D;
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <map>
|
||||
|
||||
// predefines
|
||||
class SvStream;
|
||||
namespace basegfx { class B2DPolyPolygon; }
|
||||
|
||||
namespace emfplushelper
|
||||
|
Reference in New Issue
Block a user