summaryrefslogtreecommitdiff
path: root/sc/inc/textuno.hxx
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2018-05-19 07:29:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-06-18 15:11:50 +0200
commitcb9414f59eca713e1aebac0a2894e8c9412612b7 (patch)
treee5933dcf0f1fb34d5bb47c93e142e284cfd80f98 /sc/inc/textuno.hxx
parent80e9f9f8d8cc3e1073f98b1413bc0b80b93ec4f9 (diff)
tdf#42949 Fix IWYU warnings in sc/inc/[Tt]*
Found with bin/find-unneeded-includes Only removal proposals are dealt with here and a bit of fallout management. Change-Id: I347377d7bb2a0cf8acda1ad28b5cc79bb954ab7d Reviewed-on: https://gerrit.libreoffice.org/55726 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r--sc/inc/textuno.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx
index b31894c253f4..0d3919727436 100644
--- a/sc/inc/textuno.hxx
+++ b/sc/inc/textuno.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_INC_TEXTUNO_HXX
#define INCLUDED_SC_INC_TEXTUNO_HXX
-#include "global.hxx"
#include "address.hxx"
#include <editeng/unotext.hxx>
#include <svl/lstner.hxx>
@@ -32,7 +31,6 @@
#include <cppuhelper/weakref.hxx>
#include <rtl/ref.hxx>
-#include "scdllapi.h"
#include <memory>
@@ -40,7 +38,6 @@ class EditEngine;
class EditTextObject;
class SvxEditEngineForwarder;
class ScDocShell;
-class ScAddress;
class ScCellObj;
class ScSimpleEditSource;
class ScCellEditSource;