[Libreoffice-commits] core.git: include/oox lotuswordpro/source vcl/inc xmloff/inc xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Nov 7 03:47:28 PST 2014


 include/oox/ppt/timenode.hxx                           |    1 -
 lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx |    2 --
 vcl/inc/PhysicalFontFamily.hxx                         |    1 -
 xmloff/inc/txtvfldi.hxx                                |    1 -
 xmloff/source/transform/TransformerTokenMap.hxx        |    3 ---
 5 files changed, 8 deletions(-)

New commits:
commit a44163ada4de97d53910cf48a4017ab191b4fb16
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Nov 5 21:46:08 2014 +0100

    Removed #includes including themselves
    
    Change-Id: I3fe3227967e07b6b0c82dccf3c9400bfe6e1d729
    Reviewed-on: https://gerrit.libreoffice.org/12292
    Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti at gmail.com>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/include/oox/ppt/timenode.hxx b/include/oox/ppt/timenode.hxx
index fd9a7e8..9c8eda4 100644
--- a/include/oox/ppt/timenode.hxx
+++ b/include/oox/ppt/timenode.hxx
@@ -32,7 +32,6 @@
 #include <oox/ppt/slidetransition.hxx>
 #include <oox/ppt/slidepersist.hxx>
 #include <oox/ppt/animationspersist.hxx>
-#include <oox/ppt/timenode.hxx>
 
 namespace oox { namespace ppt {
 
diff --git a/lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx b/lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx
index d034a9e..5e4519d 100644
--- a/lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx
+++ b/lotuswordpro/source/filter/xfilter/xfendnoteconfig.hxx
@@ -60,8 +60,6 @@
 #ifndef INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFENDNOTECONFIG_HXX
 #define INCLUDED_LOTUSWORDPRO_SOURCE_FILTER_XFILTER_XFENDNOTECONFIG_HXX
 
-#include "xfendnoteconfig.hxx"
-
 class XFEndnoteConfig : public XFFootnoteConfig
 {
 public:
diff --git a/vcl/inc/PhysicalFontFamily.hxx b/vcl/inc/PhysicalFontFamily.hxx
index 71861e9..61f7c42 100644
--- a/vcl/inc/PhysicalFontFamily.hxx
+++ b/vcl/inc/PhysicalFontFamily.hxx
@@ -25,7 +25,6 @@
 #include <unotools/fontcfg.hxx>
 
 #include "PhysicalFontFace.hxx"
-#include "PhysicalFontFamily.hxx"
 
 class PhysicalFontFace;
 class PhysicalFontCollection;
diff --git a/xmloff/inc/txtvfldi.hxx b/xmloff/inc/txtvfldi.hxx
index c58f5f4..276dc9b 100644
--- a/xmloff/inc/txtvfldi.hxx
+++ b/xmloff/inc/txtvfldi.hxx
@@ -25,7 +25,6 @@
 #ifndef INCLUDED_XMLOFF_INC_TXTVFLDI_HXX
 #define INCLUDED_XMLOFF_INC_TXTVFLDI_HXX
 
-#include "txtvfldi.hxx"
 #include "txtfldi.hxx"
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/beans/XPropertySetInfo.hpp>
diff --git a/xmloff/source/transform/TransformerTokenMap.hxx b/xmloff/source/transform/TransformerTokenMap.hxx
index ec4cf09..b3a05a1 100644
--- a/xmloff/source/transform/TransformerTokenMap.hxx
+++ b/xmloff/source/transform/TransformerTokenMap.hxx
@@ -23,9 +23,6 @@
 #include <rtl/ustring.hxx>
 #include <boost/unordered_map.hpp>
 #include <xmloff/xmltoken.hxx>
-#include "TransformerTokenMap.hxx"
-
-
 
 class XMLTransformerTokenMap :
     public ::boost::unordered_map< OUString, ::xmloff::token::XMLTokenEnum,


More information about the Libreoffice-commits mailing list