From febbad7263ea25b76f4e53d2f136693a52207a1c Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Tue, 30 May 2017 10:57:29 +0200 Subject: cleanup unused css/frame/* includes Change-Id: I173a29fd1ee889127369d2bc2fce8e010b89ca65 Reviewed-on: https://gerrit.libreoffice.org/38633 Tested-by: Jenkins Reviewed-by: Noel Grandin --- oox/source/drawingml/chart/converterbase.cxx | 2 -- oox/source/drawingml/chart/objectformatter.cxx | 1 - oox/source/drawingml/shape3dproperties.cxx | 1 - oox/source/drawingml/textbody.cxx | 1 - oox/source/drawingml/textparagraph.cxx | 1 - oox/source/drawingml/textrun.cxx | 1 - oox/source/helper/graphichelper.cxx | 1 - oox/source/ppt/pptshape.cxx | 1 - oox/source/ppt/timenode.cxx | 2 -- 9 files changed, 11 deletions(-) (limited to 'oox/source') diff --git a/oox/source/drawingml/chart/converterbase.cxx b/oox/source/drawingml/chart/converterbase.cxx index 7645f448b0d4..9e5ee8f3ebc3 100644 --- a/oox/source/drawingml/chart/converterbase.cxx +++ b/oox/source/drawingml/chart/converterbase.cxx @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include "basegfx/numeric/ftools.hxx" @@ -48,7 +47,6 @@ namespace cssc = ::com::sun::star::chart; using namespace ::com::sun::star; using namespace ::com::sun::star::chart2; using namespace ::com::sun::star::drawing; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/chart/objectformatter.cxx b/oox/source/drawingml/chart/objectformatter.cxx index b9d4720d9e1c..e2f12a71caec 100644 --- a/oox/source/drawingml/chart/objectformatter.cxx +++ b/oox/source/drawingml/chart/objectformatter.cxx @@ -42,7 +42,6 @@ namespace drawingml { namespace chart { using namespace ::com::sun::star::chart2; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::graphic; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::uno; diff --git a/oox/source/drawingml/shape3dproperties.cxx b/oox/source/drawingml/shape3dproperties.cxx index 5a4b3213d2f7..9f09950837e2 100644 --- a/oox/source/drawingml/shape3dproperties.cxx +++ b/oox/source/drawingml/shape3dproperties.cxx @@ -19,7 +19,6 @@ #include "drawingml/shape3dproperties.hxx" #include -#include #include #include #include diff --git a/oox/source/drawingml/textbody.cxx b/oox/source/drawingml/textbody.cxx index 306bcf3ba384..2b58cfe30c98 100644 --- a/oox/source/drawingml/textbody.cxx +++ b/oox/source/drawingml/textbody.cxx @@ -28,7 +28,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::text; using namespace ::com::sun::star::beans; -using namespace ::com::sun::star::frame; namespace oox { namespace drawingml { diff --git a/oox/source/drawingml/textparagraph.cxx b/oox/source/drawingml/textparagraph.cxx index 444832be7592..b33d2fe6647d 100644 --- a/oox/source/drawingml/textparagraph.cxx +++ b/oox/source/drawingml/textparagraph.cxx @@ -32,7 +32,6 @@ using namespace ::com::sun::star::text; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; -using namespace ::com::sun::star::frame; namespace oox { namespace drawingml { diff --git a/oox/source/drawingml/textrun.cxx b/oox/source/drawingml/textrun.cxx index 84e74b252438..a7ea19c1d103 100644 --- a/oox/source/drawingml/textrun.cxx +++ b/oox/source/drawingml/textrun.cxx @@ -35,7 +35,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::text; using namespace ::com::sun::star::beans; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::lang; namespace oox { namespace drawingml { diff --git a/oox/source/helper/graphichelper.cxx b/oox/source/helper/graphichelper.cxx index 30c570b01eec..fb114290f25b 100644 --- a/oox/source/helper/graphichelper.cxx +++ b/oox/source/helper/graphichelper.cxx @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/oox/source/ppt/pptshape.cxx b/oox/source/ppt/pptshape.cxx index 9c415af67604..99048137b563 100644 --- a/oox/source/ppt/pptshape.cxx +++ b/oox/source/ppt/pptshape.cxx @@ -38,7 +38,6 @@ using namespace ::com::sun::star; using namespace ::com::sun::star::awt; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::text; using namespace ::com::sun::star::drawing; diff --git a/oox/source/ppt/timenode.cxx b/oox/source/ppt/timenode.cxx index 6e1563781bf5..b8ce7e51af33 100644 --- a/oox/source/ppt/timenode.cxx +++ b/oox/source/ppt/timenode.cxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -49,7 +48,6 @@ using namespace ::com::sun::star::container; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::animations; -using namespace ::com::sun::star::frame; using namespace ::com::sun::star::presentation; namespace oox { namespace ppt { -- cgit