[Libreoffice-commits] core.git: editeng/source include/editeng

Jochen Nitschke j.nitschke+logerrit at ok.de
Sun May 14 11:34:43 UTC 2017


 editeng/source/editeng/editundo.hxx |    2 --
 include/editeng/editeng.hxx         |    9 ---------
 include/editeng/editobj.hxx         |    1 -
 include/editeng/editview.hxx        |    1 -
 4 files changed, 13 deletions(-)

New commits:
commit d237576df6ab2775fe9e3a00a75ca36bf62d5cdc
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Fri May 12 19:56:33 2017 +0200

    remove some unused forward declarations
    
    and unused TransliterationModules include in editeng
    
    Change-Id: I02e2d6acfde562a3e0cc8516eb16bb2ce8a810cc
    Reviewed-on: https://gerrit.libreoffice.org/37556
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/editeng/source/editeng/editundo.hxx b/editeng/source/editeng/editundo.hxx
index c239c5a5cefb..71211435adda 100644
--- a/editeng/source/editeng/editundo.hxx
+++ b/editeng/source/editeng/editundo.hxx
@@ -20,7 +20,6 @@
 #ifndef INCLUDED_EDITENG_SOURCE_EDITENG_EDITUNDO_HXX
 #define INCLUDED_EDITENG_SOURCE_EDITENG_EDITUNDO_HXX
 
-#include <com/sun/star/i18n/TransliterationModules.hpp>
 #include <editdoc.hxx>
 #include <editeng/editund2.hxx>
 #include <editeng/editdata.hxx>
@@ -28,7 +27,6 @@
 #include <memory>
 
 class EditEngine;
-class EditView;
 enum class SetAttribsMode;
 enum class TransliterationFlags;
 
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx
index a9e3666a2c8c..ff9bed37e27c 100644
--- a/include/editeng/editeng.hxx
+++ b/include/editeng/editeng.hxx
@@ -26,7 +26,6 @@
 #include <com/sun/star/uno/Reference.h>
 #include <com/sun/star/i18n/WordType.hpp>
 #include <com/sun/star/i18n/CharacterIteratorMode.hpp>
-#include <com/sun/star/i18n/TransliterationModules.hpp>
 
 #include <rsc/rscsfx.hxx>
 #include <editeng/editdata.hxx>
@@ -69,20 +68,16 @@ namespace editeng {
 class ImpEditEngine;
 class EditView;
 class OutputDevice;
-class EditUndo;
 class SvxFont;
 class SfxItemPool;
 class SfxStyleSheet;
 class SfxStyleSheetPool;
 class SvxSearchItem;
 class SvxFieldItem;
-class SvxCharSetColorItem;
-class SfxUndoAction;
 class MapMode;
 class Color;
 namespace vcl { class Font; }
 class KeyEvent;
-namespace tools { class PolyPolygon; }
 class Size;
 class Point;
 namespace tools { class Rectangle; }
@@ -90,13 +85,9 @@ class SvStream;
 class OutputDevice;
 namespace vcl { class Window; }
 class SfxPoolItem;
-class SvxNumBulletItem;
-class SvxBulletItem;
-class SvxLRSpaceItem;
 class SvKeyValueIterator;
 class SvxForbiddenCharactersTable;
 class SvxNumberFormat;
-class FontList;
 class SvxFieldData;
 class ContentNode;
 class ParaPortion;
diff --git a/include/editeng/editobj.hxx b/include/editeng/editobj.hxx
index 2833be068fa7..b9eb96236d9e 100644
--- a/include/editeng/editobj.hxx
+++ b/include/editeng/editobj.hxx
@@ -34,7 +34,6 @@
 #include <memory>
 
 class SfxItemSet;
-class SfxStyleSheetPool;
 class SvxFieldItem;
 class SvxFieldData;
 class SvStream;
diff --git a/include/editeng/editview.hxx b/include/editeng/editview.hxx
index a5768897a3e9..61dc4949ae63 100644
--- a/include/editeng/editview.hxx
+++ b/include/editeng/editview.hxx
@@ -47,7 +47,6 @@ namespace vcl { class Window; }
 class Pointer;
 class KeyEvent;
 class MouseEvent;
-class DropEvent;
 class CommandEvent;
 namespace tools { class Rectangle; }
 class Pair;


More information about the Libreoffice-commits mailing list