From f7a75a66fa46627aa6edc6439650c1e3c06836d7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 1 Apr 2016 19:50:12 +0200 Subject: cleanup: remove unused Reference.h(xx) includes and unused using-declarations from Reference.h Change-Id: I297a7ae6044fa329d245ecf08fd5c4cb930f5b19 Reviewed-on: https://gerrit.libreoffice.org/23735 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- include/basegfx/color/bcolor.hxx | 1 - include/comphelper/seqstream.hxx | 1 - include/cppcanvas/font.hxx | 1 - include/sfx2/app.hxx | 1 - include/sfx2/sfxuno.hxx | 1 - include/svtools/insdlg.hxx | 1 - include/unotools/accessiblerelationsethelper.hxx | 1 - include/unotools/accessiblestatesethelper.hxx | 1 - include/xmloff/XMLTextTableContext.hxx | 1 - 9 files changed, 9 deletions(-) (limited to 'include') diff --git a/include/basegfx/color/bcolor.hxx b/include/basegfx/color/bcolor.hxx index a2f067ac1b2b..196fbbf228da 100644 --- a/include/basegfx/color/bcolor.hxx +++ b/include/basegfx/color/bcolor.hxx @@ -21,7 +21,6 @@ #define INCLUDED_BASEGFX_COLOR_BCOLOR_HXX #include -#include #include #include #include diff --git a/include/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx index df91bdb16dcd..79d6448852ca 100644 --- a/include/comphelper/seqstream.hxx +++ b/include/comphelper/seqstream.hxx @@ -20,7 +20,6 @@ #define INCLUDED_COMPHELPER_SEQSTREAM_HXX #include -#include #include #include #include diff --git a/include/cppcanvas/font.hxx b/include/cppcanvas/font.hxx index 4aa786c33702..abcc5b88b686 100644 --- a/include/cppcanvas/font.hxx +++ b/include/cppcanvas/font.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_CPPCANVAS_FONT_HXX #define INCLUDED_CPPCANVAS_FONT_HXX -#include #include namespace com { namespace sun { namespace star { namespace rendering diff --git a/include/sfx2/app.hxx b/include/sfx2/app.hxx index f1f876889b28..bd7e52e055dc 100644 --- a/include/sfx2/app.hxx +++ b/include/sfx2/app.hxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include diff --git a/include/sfx2/sfxuno.hxx b/include/sfx2/sfxuno.hxx index 69ce86e9be6f..1a17fa1225b3 100644 --- a/include/sfx2/sfxuno.hxx +++ b/include/sfx2/sfxuno.hxx @@ -32,7 +32,6 @@ #include #include -#include #include #include #include diff --git a/include/svtools/insdlg.hxx b/include/svtools/insdlg.hxx index 70fcf9ec7861..5e18693663b3 100644 --- a/include/svtools/insdlg.hxx +++ b/include/svtools/insdlg.hxx @@ -20,7 +20,6 @@ #define INCLUDED_SVTOOLS_INSDLG_HXX #include -#include #include #include #include diff --git a/include/unotools/accessiblerelationsethelper.hxx b/include/unotools/accessiblerelationsethelper.hxx index f71872b9ed77..538d6cddfb94 100644 --- a/include/unotools/accessiblerelationsethelper.hxx +++ b/include/unotools/accessiblerelationsethelper.hxx @@ -23,7 +23,6 @@ #include #include -#include #include #include #include diff --git a/include/unotools/accessiblestatesethelper.hxx b/include/unotools/accessiblestatesethelper.hxx index 7d5accac0e6f..f8803026f264 100644 --- a/include/unotools/accessiblestatesethelper.hxx +++ b/include/unotools/accessiblestatesethelper.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include diff --git a/include/xmloff/XMLTextTableContext.hxx b/include/xmloff/XMLTextTableContext.hxx index 559b30db7e9e..ef80f25e4bd2 100644 --- a/include/xmloff/XMLTextTableContext.hxx +++ b/include/xmloff/XMLTextTableContext.hxx @@ -23,7 +23,6 @@ #include #include #include -#include namespace com { namespace sun { namespace star { namespace text { class XTextContent; } -- cgit