From 69a70bf0285e8dfdbba10694fe56bbc80f0fdae0 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 7 Aug 2012 13:16:33 +0200 Subject: Remove forwards of non-existing structs Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542 --- vcl/inc/salinst.hxx | 1 - vcl/inc/svdata.hxx | 1 - vcl/inc/unx/saldisp.hxx | 2 -- vcl/inc/vcl/print.hxx | 1 - vcl/inc/vcl/toolbox.hxx | 1 - 5 files changed, 6 deletions(-) (limited to 'vcl') diff --git a/vcl/inc/salinst.hxx b/vcl/inc/salinst.hxx index 944d16ee1c13..574ffa20f1f8 100644 --- a/vcl/inc/salinst.hxx +++ b/vcl/inc/salinst.hxx @@ -49,7 +49,6 @@ namespace rtl struct SystemParentData; struct SalPrinterQueueInfo; -struct SalStatus; struct ImplJobSetup; class SalGraphics; class SalFrame; diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 10037859e555..0ad39051575f 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -58,7 +58,6 @@ namespace com { namespace sun { namespace star { namespace lang { } } } } struct ImplTimerData; -struct ImplFileImageCacheData; struct ImplConfigData; class ImplDirectFontSubstitution; struct ImplHotKey; diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx index 792da867f3cd..ddc21c5ab554 100644 --- a/vcl/inc/unx/saldisp.hxx +++ b/vcl/inc/unx/saldisp.hxx @@ -211,8 +211,6 @@ class SalI18N_KeyboardExtension; class AttributeProvider; extern "C" { - struct SnDisplay; - struct SnLauncheeContext; typedef Bool(*X_if_predicate)(Display*,XEvent*,XPointer); } diff --git a/vcl/inc/vcl/print.hxx b/vcl/inc/vcl/print.hxx index 375ebf819bc7..7959e9b8f33c 100644 --- a/vcl/inc/vcl/print.hxx +++ b/vcl/inc/vcl/print.hxx @@ -48,7 +48,6 @@ #include #include -struct SalPrinterInfoQueue; class SalInfoPrinter; struct SalPrinterQueueInfo; class SalPrinter; diff --git a/vcl/inc/vcl/toolbox.hxx b/vcl/inc/vcl/toolbox.hxx index fd410d9da7a9..71f2d302b73b 100644 --- a/vcl/inc/vcl/toolbox.hxx +++ b/vcl/inc/vcl/toolbox.hxx @@ -39,7 +39,6 @@ class UserDrawEvent; struct ImplToolItem; -struct ImplToolSizeArray; struct ImplToolSize; struct ImplToolBoxPrivateData; class ImplTrackRect; -- cgit