diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-01 20:47:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-01 20:48:47 +0000 |
commit | a3eaeff2db210f3bfe36148a438a3cb593b28c55 (patch) | |
tree | 0fd669ccd3d8f911754e535d1f9f8c133c40ad40 /sc/inc | |
parent | 0ffc0db8f9cf79005f991e3aaf783a3cff37ee45 (diff) |
don't need to forward declare ImageList here
Change-Id: Id0477b52a004a9a24e4733aa4916cd1b011c6fdd
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/global.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |