diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:16:33 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:27 +0200 |
commit | 69a70bf0285e8dfdbba10694fe56bbc80f0fdae0 (patch) | |
tree | 9922416555224e00afd9dc1201323ef8c4433227 /vcl | |
parent | 34569eb28fcddb52a96c153e02a4196370b26908 (diff) |
Remove forwards of non-existing structs
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/salinst.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/svdata.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/unx/saldisp.hxx | 2 | ||||
-rw-r--r-- | vcl/inc/vcl/print.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/toolbox.hxx | 1 |
5 files changed, 0 insertions, 6 deletions
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 <boost/unordered_map.hpp> #include <set> -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; |