summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.hxx1
-rw-r--r--vcl/inc/graphite_layout.hxx4
-rw-r--r--vcl/inc/impbmp.hxx1
-rw-r--r--vcl/inc/outdev.h1
-rw-r--r--vcl/inc/svdata.hxx6
-rw-r--r--vcl/inc/unx/saldisp.hxx2
-rw-r--r--vcl/inc/unx/salframe.h1
-rw-r--r--vcl/inc/unx/salgdi.h2
-rw-r--r--vcl/inc/vcl/floatwin.hxx1
-rw-r--r--vcl/inc/vcl/menu.hxx1
-rw-r--r--vcl/inc/vcl/outdev.hxx2
-rw-r--r--vcl/inc/vcl/print.hxx1
-rw-r--r--vcl/inc/vcl/tabctrl.hxx1
-rw-r--r--vcl/inc/vcl/texteng.hxx1
-rw-r--r--vcl/inc/vcl/unowrap.hxx2
-rw-r--r--vcl/inc/vcl/virdev.hxx1
-rw-r--r--vcl/unx/generic/dtrans/X11_clipboard.hxx1
17 files changed, 0 insertions, 29 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.hxx b/vcl/generic/glyphs/gcach_ftyp.hxx
index 0bd38e63eed3..8dd292f15128 100644
--- a/vcl/generic/glyphs/gcach_ftyp.hxx
+++ b/vcl/generic/glyphs/gcach_ftyp.hxx
@@ -33,7 +33,6 @@
#include <rtl/textcvt.h>
-class FreetypeServerFont;
#ifdef ENABLE_GRAPHITE
class GraphiteFaceWrapper;
#endif
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
diff --git a/vcl/unx/generic/dtrans/X11_clipboard.hxx b/vcl/unx/generic/dtrans/X11_clipboard.hxx
index 18b4ea894477..05b6b5a46cfb 100644
--- a/vcl/unx/generic/dtrans/X11_clipboard.hxx
+++ b/vcl/unx/generic/dtrans/X11_clipboard.hxx
@@ -54,7 +54,6 @@ namespace x11 {
friend class SelectionManager;
- friend class X11_Transferable;
void fireChangedContentsEvent();
void clearContents();