Remove obsolete fw declarations from canvas/ codemaker/ configmgr/
found with bin/find-unneeded-includes --fwdecl Change-Id: Ife87bf89617d97cee9dd1f25d6e912665e4c33a6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/183879 Tested-by: Jenkins Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de>
This commit is contained in:
parent
530e3ae320
commit
a48bb5c25b
@ -38,7 +38,6 @@ namespace basegfx {
|
||||
|
||||
namespace cairocanvas
|
||||
{
|
||||
class SpriteCanvas;
|
||||
|
||||
enum Operation {
|
||||
Stroke,
|
||||
|
@ -37,7 +37,6 @@ namespace Gdiplus { class Graphics; }
|
||||
|
||||
namespace dxcanvas
|
||||
{
|
||||
struct Bitmap;
|
||||
class TextLayoutDrawHelper
|
||||
{
|
||||
public:
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
namespace oglcanvas
|
||||
{
|
||||
class SpriteCanvas;
|
||||
|
||||
typedef ::comphelper::WeakComponentImplHelper< css::rendering::XCanvasFont > CanvasFontBaseT;
|
||||
|
||||
|
@ -20,10 +20,8 @@
|
||||
#include <set>
|
||||
|
||||
namespace vcl { class Window; }
|
||||
class SystemChildWindow;
|
||||
namespace basegfx{ class B2IVector; class B2DHomMatrix; }
|
||||
namespace com::sun::star::awt { struct Rectangle; }
|
||||
namespace com::sun::star::geometry { struct AffineMatrix2D; }
|
||||
|
||||
|
||||
namespace oglcanvas
|
||||
@ -31,7 +29,6 @@ namespace oglcanvas
|
||||
class TextureCache;
|
||||
class SpriteCanvas;
|
||||
class CanvasCustomSprite;
|
||||
class CanvasHelper;
|
||||
|
||||
class SpriteDeviceHelper
|
||||
{
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
namespace vclcanvas
|
||||
{
|
||||
class SpriteCanvas;
|
||||
|
||||
/** Helper class for basic canvas functionality. Also offers
|
||||
optional backbuffer painting, when providing it with a second
|
||||
|
@ -31,35 +31,11 @@
|
||||
#include "outdevprovider.hxx"
|
||||
|
||||
|
||||
class OutputDevice;
|
||||
class Point;
|
||||
class Size;
|
||||
|
||||
namespace basegfx
|
||||
{
|
||||
namespace matrix
|
||||
{
|
||||
class B2DHomMatrix;
|
||||
}
|
||||
}
|
||||
|
||||
namespace com::sun::star::awt
|
||||
{
|
||||
struct Point;
|
||||
struct Size;
|
||||
struct Rectangle;
|
||||
}
|
||||
|
||||
namespace com::sun::star::drawing
|
||||
{
|
||||
struct HomogenMatrix3;
|
||||
}
|
||||
|
||||
namespace com::sun::star::geometry
|
||||
{
|
||||
struct RealPoint2D;
|
||||
struct RealSize2D;
|
||||
struct RealRectangle2D;
|
||||
struct Matrix2D;
|
||||
}
|
||||
|
||||
|
@ -22,10 +22,6 @@
|
||||
#include <sal/config.h>
|
||||
#include <string_view>
|
||||
|
||||
namespace rtl
|
||||
{
|
||||
class OUString;
|
||||
}
|
||||
class FileStream;
|
||||
|
||||
namespace codemaker::cppumaker
|
||||
|
@ -57,7 +57,6 @@
|
||||
|
||||
namespace com::sun::star {
|
||||
namespace beans {
|
||||
class XHierarchicalPropertySetInfo;
|
||||
class XPropertiesChangeListener;
|
||||
class XPropertyChangeListener;
|
||||
class XVetoableChangeListener;
|
||||
@ -68,7 +67,6 @@ namespace com::sun::star {
|
||||
namespace uno {
|
||||
class Any;
|
||||
class Type;
|
||||
class XInterface;
|
||||
}
|
||||
namespace util { struct ElementChange; }
|
||||
}
|
||||
|
@ -33,12 +33,6 @@
|
||||
|
||||
#include "access.hxx"
|
||||
|
||||
namespace com::sun::star::uno {
|
||||
class Any;
|
||||
class Type;
|
||||
class XInterface;
|
||||
}
|
||||
|
||||
namespace configmgr {
|
||||
|
||||
class Components;
|
||||
|
@ -36,8 +36,6 @@
|
||||
|
||||
namespace configmgr {
|
||||
|
||||
class Node;
|
||||
|
||||
struct Data {
|
||||
enum { NO_LAYER = INT_MAX };
|
||||
|
||||
|
@ -34,16 +34,11 @@
|
||||
#include "modifications.hxx"
|
||||
|
||||
namespace com::sun::star {
|
||||
namespace uno {
|
||||
class Any;
|
||||
class Type;
|
||||
}
|
||||
namespace util { class XChangesListener; }
|
||||
}
|
||||
|
||||
namespace configmgr {
|
||||
|
||||
class Broadcaster;
|
||||
class Components;
|
||||
class Node;
|
||||
|
||||
|
@ -29,8 +29,6 @@
|
||||
|
||||
#include "parser.hxx"
|
||||
|
||||
namespace xmlreader { struct Span; }
|
||||
|
||||
namespace configmgr {
|
||||
|
||||
struct Data;
|
||||
|
@ -33,8 +33,6 @@
|
||||
#include "parser.hxx"
|
||||
#include "valueparser.hxx"
|
||||
|
||||
namespace xmlreader { struct Span; }
|
||||
|
||||
namespace configmgr {
|
||||
|
||||
class SetNode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user