summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-01 20:47:01 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-01 20:48:47 +0000
commita3eaeff2db210f3bfe36148a438a3cb593b28c55 (patch)
tree0fd669ccd3d8f911754e535d1f9f8c133c40ad40
parent0ffc0db8f9cf79005f991e3aaf783a3cff37ee45 (diff)
don't need to forward declare ImageList here
Change-Id: Id0477b52a004a9a24e4733aa4916cd1b011c6fdd
-rw-r--r--include/sfx2/module.hxx2
-rw-r--r--include/vcl/alpha.hxx2
-rw-r--r--sc/inc/global.hxx1
3 files changed, 0 insertions, 5 deletions
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index c40f181f8d07..c0e1d0667812 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -29,8 +29,6 @@
#include <tools/fldunit.hxx>
#include <com/sun/star/uno/Reference.hxx>
-class ImageList;
-
class SfxBindings;
class SfxObjectFactory;
class ModalDialog;
diff --git a/include/vcl/alpha.hxx b/include/vcl/alpha.hxx
index 9e3f49784bd5..40a1c5a2f561 100644
--- a/include/vcl/alpha.hxx
+++ b/include/vcl/alpha.hxx
@@ -27,8 +27,6 @@
#include <vcl/dllapi.h>
#include <vcl/bitmap.hxx>
-
-class ImageList;
class BitmapEx;
class VCL_DLLPUBLIC AlphaMask : private Bitmap
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx
index 1761e2fbe0fb..c6bbb839093f 100644
--- a/sc/inc/global.hxx
+++ b/sc/inc/global.hxx
@@ -29,7 +29,6 @@
#include <vector>
-class ImageList;
class Bitmap;
class SfxItemSet;
class Color;