diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-10 08:54:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-10 09:17:20 +0100 |
commit | a1c77e9d3afd27b4b5603cffc6f3aea0577987fc (patch) | |
tree | f17c2a8cea49ec03479129dafb1a8a29b8a03f06 | |
parent | cc589883a98e8d21c57480719c9d4380fc292a59 (diff) |
drop some unused forward declarations and includes
Change-Id: Ibf5b915798f1a9554d06c705d454cbfb998ea277
-rw-r--r-- | include/editeng/edtdlg.hxx | 1 | ||||
-rw-r--r-- | include/editeng/itemtype.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/sfxdlg.hxx | 1 | ||||
-rw-r--r-- | include/sfx2/viewfac.hxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/editeng/edtdlg.hxx b/include/editeng/edtdlg.hxx index da9d347290ae..ea0c5ec14bb8 100644 --- a/include/editeng/edtdlg.hxx +++ b/include/editeng/edtdlg.hxx @@ -34,7 +34,6 @@ namespace com { namespace sun { namespace star { namespace linguistic2 } } } } namespace vcl { class Window; } -class ResId; class SvxSpellWrapper; class Button; class CheckBox; diff --git a/include/editeng/itemtype.hxx b/include/editeng/itemtype.hxx index eea1b0a5fbc5..873d5cd7febb 100644 --- a/include/editeng/itemtype.hxx +++ b/include/editeng/itemtype.hxx @@ -24,7 +24,6 @@ // forward --------------------------------------------------------------- #include <rtl/ustring.hxx> -#include <tools/resid.hxx> #include <tools/bigint.hxx> #include <svl/poolitem.hxx> #include <editeng/editengdllapi.h> diff --git a/include/sfx2/sfxdlg.hxx b/include/sfx2/sfxdlg.hxx index 5469ea36aed2..071e3f8522c3 100644 --- a/include/sfx2/sfxdlg.hxx +++ b/include/sfx2/sfxdlg.hxx @@ -36,7 +36,6 @@ class SfxTabPage; class SfxViewFrame; class SfxBindings; class SfxItemSet; -class ResId; namespace vcl { class Window; } namespace rtl { class OUString; diff --git a/include/sfx2/viewfac.hxx b/include/sfx2/viewfac.hxx index 541b18fecb32..2bff0da82258 100644 --- a/include/sfx2/viewfac.hxx +++ b/include/sfx2/viewfac.hxx @@ -22,7 +22,6 @@ #include <rtl/ustring.hxx> #include <sal/config.h> #include <sfx2/dllapi.h> -#include <tools/resid.hxx> class SfxViewFrame; class SfxViewShell; |