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 /include/sfx2/module.hxx | |
parent | 0ffc0db8f9cf79005f991e3aaf783a3cff37ee45 (diff) |
don't need to forward declare ImageList here
Change-Id: Id0477b52a004a9a24e4733aa4916cd1b011c6fdd
Diffstat (limited to 'include/sfx2/module.hxx')
-rw-r--r-- | include/sfx2/module.hxx | 2 |
1 files changed, 0 insertions, 2 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; |