[Libreoffice-commits] core.git: include/editeng include/sfx2
Caolán McNamara
caolanm at redhat.com
Mon Oct 10 08:20:13 UTC 2016
include/editeng/edtdlg.hxx | 1 -
include/editeng/itemtype.hxx | 1 -
include/sfx2/sfxdlg.hxx | 1 -
include/sfx2/viewfac.hxx | 1 -
4 files changed, 4 deletions(-)
New commits:
commit a1c77e9d3afd27b4b5603cffc6f3aea0577987fc
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Oct 10 08:54:18 2016 +0100
drop some unused forward declarations and includes
Change-Id: Ibf5b915798f1a9554d06c705d454cbfb998ea277
diff --git a/include/editeng/edtdlg.hxx b/include/editeng/edtdlg.hxx
index da9d347..ea0c5ec 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 eea1b0a..873d5cd 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 5469ea3..071e3f8 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 541b18f..2bff0da 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;
More information about the Libreoffice-commits
mailing list