Kaydet (Commit) a44163ad authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Michael Stahl

Removed #includes including themselves

Change-Id: I3fe3227967e07b6b0c82dccf3c9400bfe6e1d729
Reviewed-on: https://gerrit.libreoffice.org/12292Reviewed-by: 's avatarRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 05cccc5a
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <oox/ppt/slidetransition.hxx> #include <oox/ppt/slidetransition.hxx>
#include <oox/ppt/slidepersist.hxx> #include <oox/ppt/slidepersist.hxx>
#include <oox/ppt/animationspersist.hxx> #include <oox/ppt/animationspersist.hxx>
#include <oox/ppt/timenode.hxx>
namespace oox { namespace ppt { namespace oox { namespace ppt {
......
...@@ -60,8 +60,6 @@ ...@@ -60,8 +60,6 @@
#ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFENDNOTECONFIG_HXX #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFENDNOTECONFIG_HXX
#define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFENDNOTECONFIG_HXX #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFENDNOTECONFIG_HXX
#include "xfendnoteconfig.hxx"
class XFEndnoteConfig : public XFFootnoteConfig class XFEndnoteConfig : public XFFootnoteConfig
{ {
public: public:
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <unotools/fontcfg.hxx> #include <unotools/fontcfg.hxx>
#include "PhysicalFontFace.hxx" #include "PhysicalFontFace.hxx"
#include "PhysicalFontFamily.hxx"
class PhysicalFontFace; class PhysicalFontFace;
class PhysicalFontCollection; class PhysicalFontCollection;
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#ifndef INCLUDED_XMLOFF_INC_TXTVFLDI_HXX #ifndef INCLUDED_XMLOFF_INC_TXTVFLDI_HXX
#define INCLUDED_XMLOFF_INC_TXTVFLDI_HXX #define INCLUDED_XMLOFF_INC_TXTVFLDI_HXX
#include "txtvfldi.hxx"
#include "txtfldi.hxx" #include "txtfldi.hxx"
#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp>
......
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <xmloff/xmltoken.hxx> #include <xmloff/xmltoken.hxx>
#include "TransformerTokenMap.hxx"
class XMLTransformerTokenMap : class XMLTransformerTokenMap :
public ::boost::unordered_map< OUString, ::xmloff::token::XMLTokenEnum, public ::boost::unordered_map< OUString, ::xmloff::token::XMLTokenEnum,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment