diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 16:26:32 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:26 +0200 |
commit | d1ba5419cf9f75fe437b835e49d3b75459dd48c2 (patch) | |
tree | 030dd7522098e4e03f0d64304e48cb866dfc375f /vcl/inc | |
parent | 5502be9695b67b094d581d108dc9ebddc161cc60 (diff) |
Remove non-existing forward declarations
Those classes don't exist. So remove friend class operators too.
Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/graphite_layout.hxx | 4 | ||||
-rw-r--r-- | vcl/inc/impbmp.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/outdev.h | 1 | ||||
-rw-r--r-- | vcl/inc/svdata.hxx | 6 | ||||
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/unx/salframe.h | 1 | ||||
-rw-r--r-- | vcl/inc/unx/salgdi.h | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/floatwin.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/menu.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/outdev.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/print.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/tabctrl.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/texteng.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/unowrap.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/virdev.hxx | 1 |
15 files changed, 0 insertions, 27 deletions
diff --git a/vcl/inc/graphite_layout.hxx b/vcl/inc/graphite_layout.hxx index 838c32d658e5..a00be5188f48 100644 --- a/vcl/inc/graphite_layout.hxx +++ b/vcl/inc/graphite_layout.hxx @@ -48,10 +48,6 @@ // Module // Module type definitions and forward declarations. -// -class TextSourceAdaptor; -class GraphiteFontAdaptor; -class GrSegRecord; // SAL/VCL types class ServerFont; diff --git a/vcl/inc/impbmp.hxx b/vcl/inc/impbmp.hxx index ba93d72749d4..a95aaa7b1b91 100644 --- a/vcl/inc/impbmp.hxx +++ b/vcl/inc/impbmp.hxx @@ -40,7 +40,6 @@ struct BitmapBuffer; class SalBitmap; class BitmapPalette; class SalGraphics; -class ImplServerBitmap; class Bitmap; class OutputDevice; class Color; diff --git a/vcl/inc/outdev.h b/vcl/inc/outdev.h index 614bfd7eba63..c807e6d344b1 100644 --- a/vcl/inc/outdev.h +++ b/vcl/inc/outdev.h @@ -39,7 +39,6 @@ class Size; class Font; class VirtualDevice; -class ImplServerGraphics; class ImplGetDevFontList; class GetDevSizeList; diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 7af3132a5684..10037859e555 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -65,14 +65,12 @@ struct ImplHotKey; struct ImplEventHook; class Point; class Rectangle; -class ImpResMgr; class ResMgr; class ImplAccelManager; class ImplDevFontList; class ImplFontCache; class HelpTextWindow; class ImplTBDragMgr; -class ImplButtonList; class ImplIdleMgr; class DbgWindow; class FloatingWindow; @@ -96,11 +94,7 @@ class Printer; class SalFrame; class SalInstance; class SalSystem; -class SalProcessWindowList; -class SalTrayList; -class UniqueIdContainer; class ImplPrnQueueList; -class ImplVDevCache; class UnoWrapperBase; class GraphicConverter; class ImplWheelWindow; diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 96a51caa8adf..792da867f3cd 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -209,8 +209,6 @@ public: class SalI18N_InputMethod; class SalI18N_KeyboardExtension; class AttributeProvider; -class SalUnicodeConverter; -class SalConverterCache; extern "C" { struct SnDisplay; diff --git a/vcl/inc/unx/salframe.h b/vcl/inc/unx/salframe.h index 71b1f5384e21..3adb3341e2a5 100644 --- a/vcl/inc/unx/salframe.h +++ b/vcl/inc/unx/salframe.h @@ -47,7 +47,6 @@ // -=-= forwards -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= class SalDisplay; class X11SalGraphics; -class SalGraphicsLayout; class SalI18N_InputContext; namespace vcl_sal { class WMAdaptor; class NetWMAdaptor; class GnomeWMAdaptor; } diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h index f52605ae7bd1..0836bf8d6151 100644 --- a/vcl/inc/unx/salgdi.h +++ b/vcl/inc/unx/salgdi.h @@ -55,7 +55,6 @@ class PspSalPrinter; class PspSalInfoPrinter; class ServerFont; class ImplLayoutArgs; -class X11FontLayout; class ServerFontLayout; namespace basegfx { @@ -96,7 +95,6 @@ public: class VCLPLUG_GEN_PUBLIC X11SalGraphics : public SalGraphics { - friend class X11FontLayout; friend class ServerFontLayout; protected: SalFrame* m_pFrame; // the SalFrame which created this Graphics or NULL diff --git a/vcl/inc/vcl/floatwin.hxx b/vcl/inc/vcl/floatwin.hxx index feaa892a8f9a..c0306915995a 100644 --- a/vcl/inc/vcl/floatwin.hxx +++ b/vcl/inc/vcl/floatwin.hxx @@ -34,7 +34,6 @@ #include <vcl/syswin.hxx> class ToolBox; -class PopupModeEvent; // ------------------------ // - FloatingWindow-Types - diff --git a/vcl/inc/vcl/menu.hxx b/vcl/inc/vcl/menu.hxx index 62c2ba9e0f5e..cd931c74fa61 100644 --- a/vcl/inc/vcl/menu.hxx +++ b/vcl/inc/vcl/menu.hxx @@ -49,7 +49,6 @@ class Image; class PopupMenu; class KeyCode; class KeyEvent; -class AppBarWindow; class MenuFloatingWindow; class Window; class SalMenu; diff --git a/vcl/inc/vcl/outdev.hxx b/vcl/inc/vcl/outdev.hxx index aa2b8cef98ae..b65c75a38403 100644 --- a/vcl/inc/vcl/outdev.hxx +++ b/vcl/inc/vcl/outdev.hxx @@ -287,9 +287,7 @@ class VCL_DLLPUBLIC OutputDevice : public Resource friend class Application; friend class Bitmap; friend class ImplImageBmp; - friend class ImplQPrinter; friend class Printer; - friend class SalGraphicsLayout; friend class System; friend class VirtualDevice; friend class Window; diff --git a/vcl/inc/vcl/print.hxx b/vcl/inc/vcl/print.hxx index f2fd35bf6f9a..375ebf819bc7 100644 --- a/vcl/inc/vcl/print.hxx +++ b/vcl/inc/vcl/print.hxx @@ -225,7 +225,6 @@ public: class VCL_DLLPUBLIC Printer : public OutputDevice { friend class OutputDevice; - friend class ImplQPrinter; private: SalInfoPrinter* mpInfoPrinter; diff --git a/vcl/inc/vcl/tabctrl.hxx b/vcl/inc/vcl/tabctrl.hxx index 4df703e3833a..954f10861942 100644 --- a/vcl/inc/vcl/tabctrl.hxx +++ b/vcl/inc/vcl/tabctrl.hxx @@ -35,7 +35,6 @@ struct ImplTabItem; struct ImplTabCtrlData; -class ImplTabItemList; class TabPage; class PushButton; class ListBox; diff --git a/vcl/inc/vcl/texteng.hxx b/vcl/inc/vcl/texteng.hxx index 4eeee732d574..360f34798190 100644 --- a/vcl/inc/vcl/texteng.hxx +++ b/vcl/inc/vcl/texteng.hxx @@ -40,7 +40,6 @@ class TextCharAttrib; class TextUndo; class TextUndoManager; class EditSelFunctionSet; -class EditSelEngine; class IdleFormatter; class TextNode; class OutputDevice; diff --git a/vcl/inc/vcl/unowrap.hxx b/vcl/inc/vcl/unowrap.hxx index e51794501b40..8c07682efa16 100644 --- a/vcl/inc/vcl/unowrap.hxx +++ b/vcl/inc/vcl/unowrap.hxx @@ -35,7 +35,6 @@ class XWindowPeer; class XToolkit; -class XVclToolkit; class EventList; class Window; class OutputDevice; @@ -43,7 +42,6 @@ class MouseEvent; class CommandEvent; class KeyEvent; class Rectangle; -class XVclComponentPeer; class Menu; namespace com { diff --git a/vcl/inc/vcl/virdev.hxx b/vcl/inc/vcl/virdev.hxx index 9a5b01d2c130..a3a551f2f803 100644 --- a/vcl/inc/vcl/virdev.hxx +++ b/vcl/inc/vcl/virdev.hxx @@ -39,7 +39,6 @@ // ----------------- class SalVirtualDevice; -class RmVirtualDevice; struct SystemGraphicsData; class VCL_DLLPUBLIC VirtualDevice : public OutputDevice |