[Libreoffice-commits] core.git: lotuswordpro/inc

Stephan Bergmann sbergman at redhat.com
Thu Oct 19 21:07:32 UTC 2017


 lotuswordpro/inc/xfilter/xfcellstyle.hxx    |    2 +-
 lotuswordpro/inc/xfilter/xfcolor.hxx        |    2 +-
 lotuswordpro/inc/xfilter/xfdrawgroup.hxx    |    2 +-
 lotuswordpro/inc/xfilter/xfdrawpolygon.hxx  |    2 +-
 lotuswordpro/inc/xfilter/xffloatframe.hxx   |    2 +-
 lotuswordpro/inc/xfilter/xffontfactory.hxx  |    2 +-
 lotuswordpro/inc/xfilter/xffooterstyle.hxx  |    4 ++--
 lotuswordpro/inc/xfilter/xfframe.hxx        |    2 +-
 lotuswordpro/inc/xfilter/xfframestyle.hxx   |    2 +-
 lotuswordpro/inc/xfilter/xfheaderstyle.hxx  |    4 ++--
 lotuswordpro/inc/xfilter/xfimage.hxx        |    2 +-
 lotuswordpro/inc/xfilter/xfimagestyle.hxx   |    4 ++--
 lotuswordpro/inc/xfilter/xfindex.hxx        |    2 +-
 lotuswordpro/inc/xfilter/xfpagemaster.hxx   |    2 +-
 lotuswordpro/inc/xfilter/xfparastyle.hxx    |    2 +-
 lotuswordpro/inc/xfilter/xfsectionstyle.hxx |    2 +-
 lotuswordpro/inc/xfilter/xfstylemanager.hxx |    2 +-
 lotuswordpro/inc/xfilter/xftable.hxx        |    4 ++--
 lotuswordpro/inc/xfilter/xftablestyle.hxx   |    2 +-
 lotuswordpro/inc/xfilter/xftextboxstyle.hxx |    2 +-
 20 files changed, 24 insertions(+), 24 deletions(-)

New commits:
commit 5d0f517e3a7e1f199f8ed068e9107efa308a1885
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 17 18:00:56 2017 +0200

    Make include files found through -Ilotuswordpro/inc
    
    ...instead of implicitly next to the including file, in preparation of
    loplugin:includeform
    
    Change-Id: I4a666e8cd1cd3b1bf67af697be02879217dbc83a
    Reviewed-on: https://gerrit.libreoffice.org/43560
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/lotuswordpro/inc/xfilter/xfcellstyle.hxx b/lotuswordpro/inc/xfilter/xfcellstyle.hxx
index c2d631859f8e..ead57146a8da 100644
--- a/lotuswordpro/inc/xfilter/xfcellstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfcellstyle.hxx
@@ -66,7 +66,7 @@
 
 #include "xfilter/xfstyle.hxx"
 #include "xfilter/xfcolor.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfmargins.hxx"
 #include "xfilter/xfpadding.hxx"
 #include "xfilter/xfshadow.hxx"
 
diff --git a/lotuswordpro/inc/xfilter/xfcolor.hxx b/lotuswordpro/inc/xfilter/xfcolor.hxx
index d095e68dae0f..dcc7ea047e35 100644
--- a/lotuswordpro/inc/xfilter/xfcolor.hxx
+++ b/lotuswordpro/inc/xfilter/xfcolor.hxx
@@ -60,7 +60,7 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLOR_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFCOLOR_HXX
 
-#include "xfglobal.hxx"
+#include "xfilter/xfglobal.hxx"
 
 /**
  * @brief
diff --git a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
index be3ca3f17899..3874ec1f713b 100644
--- a/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
+++ b/lotuswordpro/inc/xfilter/xfdrawgroup.hxx
@@ -61,7 +61,7 @@
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWGROUP_HXX
 
 #include "xfilter/xfdrawobj.hxx"
-#include "xfframe.hxx"
+#include "xfilter/xfframe.hxx"
 #include "xfilter/xfcontentcontainer.hxx"
 
 /**
diff --git a/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx b/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx
index 2d3a4509a284..929f21072375 100644
--- a/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx
+++ b/lotuswordpro/inc/xfilter/xfdrawpolygon.hxx
@@ -60,7 +60,7 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPOLYGON_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFDRAWPOLYGON_HXX
 
-#include "xfdrawpolyline.hxx"
+#include "xfilter/xfdrawpolyline.hxx"
 #include <vector>
 
 /**
diff --git a/lotuswordpro/inc/xfilter/xffloatframe.hxx b/lotuswordpro/inc/xfilter/xffloatframe.hxx
index 812de6335383..9f01e551d8d4 100644
--- a/lotuswordpro/inc/xfilter/xffloatframe.hxx
+++ b/lotuswordpro/inc/xfilter/xffloatframe.hxx
@@ -60,7 +60,7 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFLOATFRAME_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFLOATFRAME_HXX
 
-#include "xfframe.hxx"
+#include "xfilter/xfframe.hxx"
 #include <vector>
 
 /**
diff --git a/lotuswordpro/inc/xfilter/xffontfactory.hxx b/lotuswordpro/inc/xfilter/xffontfactory.hxx
index ff357ba186dc..47bc5db7b561 100644
--- a/lotuswordpro/inc/xfilter/xffontfactory.hxx
+++ b/lotuswordpro/inc/xfilter/xffontfactory.hxx
@@ -64,7 +64,7 @@
 
 #include <rtl/ref.hxx>
 
-#include "xfglobal.hxx"
+#include "xfilter/xfglobal.hxx"
 #include "xfilter/xffont.hxx"
 #include <vector>
 
diff --git a/lotuswordpro/inc/xfilter/xffooterstyle.hxx b/lotuswordpro/inc/xfilter/xffooterstyle.hxx
index 1e633fd442be..b3cc2a1a7d7c 100644
--- a/lotuswordpro/inc/xfilter/xffooterstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xffooterstyle.hxx
@@ -60,8 +60,8 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTERSTYLE_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFFOOTERSTYLE_HXX
 
-#include "xfheaderstyle.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfheaderstyle.hxx"
+#include "xfilter/xfmargins.hxx"
 
 class XFFooterStyle : public XFHeaderStyle
 {
diff --git a/lotuswordpro/inc/xfilter/xfframe.hxx b/lotuswordpro/inc/xfilter/xfframe.hxx
index a651e4cbdbad..b67fac5f6c2f 100644
--- a/lotuswordpro/inc/xfilter/xfframe.hxx
+++ b/lotuswordpro/inc/xfilter/xfframe.hxx
@@ -63,7 +63,7 @@
 
 #include "xfilter/xfglobal.hxx"
 #include "xfilter/xfcontent.hxx"
-#include "xfrect.hxx"
+#include "xfilter/xfrect.hxx"
 #include "xfilter/xfcontentcontainer.hxx"
 
 #define     XFFRAME_FLAG_HEIGHT         0x00000001
diff --git a/lotuswordpro/inc/xfilter/xfframestyle.hxx b/lotuswordpro/inc/xfilter/xfframestyle.hxx
index 17df50efc048..aee192104892 100644
--- a/lotuswordpro/inc/xfilter/xfframestyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfframestyle.hxx
@@ -63,7 +63,7 @@
 
 #include "xfilter/xfglobal.hxx"
 #include "xfilter/xfstyle.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfmargins.hxx"
 #include "xfilter/xfcolor.hxx"
 #include "xfilter/xfpadding.hxx"
 
diff --git a/lotuswordpro/inc/xfilter/xfheaderstyle.hxx b/lotuswordpro/inc/xfilter/xfheaderstyle.hxx
index 0c5902034033..8b87589e3d76 100644
--- a/lotuswordpro/inc/xfilter/xfheaderstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfheaderstyle.hxx
@@ -61,8 +61,8 @@
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFHEADERSTYLE_HXX
 
 #include "xfilter/xfstyle.hxx"
-#include "xfmargins.hxx"
-#include "xfborders.hxx"
+#include "xfilter/xfmargins.hxx"
+#include "xfilter/xfborders.hxx"
 #include "xfilter/xfpadding.hxx"
 #include "xfilter/xfshadow.hxx"
 
diff --git a/lotuswordpro/inc/xfilter/xfimage.hxx b/lotuswordpro/inc/xfilter/xfimage.hxx
index 1df8955a2fa2..7a16f16d8970 100644
--- a/lotuswordpro/inc/xfilter/xfimage.hxx
+++ b/lotuswordpro/inc/xfilter/xfimage.hxx
@@ -60,7 +60,7 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGE_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGE_HXX
 
-#include "xfframe.hxx"
+#include "xfilter/xfframe.hxx"
 
 /**
  * @brief
diff --git a/lotuswordpro/inc/xfilter/xfimagestyle.hxx b/lotuswordpro/inc/xfilter/xfimagestyle.hxx
index 36f563971fc0..5c2de63c79d2 100644
--- a/lotuswordpro/inc/xfilter/xfimagestyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfimagestyle.hxx
@@ -60,8 +60,8 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGESTYLE_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFIMAGESTYLE_HXX
 
-#include "xfframestyle.hxx"
-#include "xfrect.hxx"
+#include "xfilter/xfframestyle.hxx"
+#include "xfilter/xfrect.hxx"
 
 class XFImageStyle : public XFFrameStyle
 {
diff --git a/lotuswordpro/inc/xfilter/xfindex.hxx b/lotuswordpro/inc/xfilter/xfindex.hxx
index 8d613bcb7432..890d7f92e4c6 100644
--- a/lotuswordpro/inc/xfilter/xfindex.hxx
+++ b/lotuswordpro/inc/xfilter/xfindex.hxx
@@ -64,7 +64,7 @@
 
 #include "xfilter/xfcontent.hxx"
 #include "xfilter/xfcontentcontainer.hxx"
-#include "xftabstop.hxx"
+#include "xfilter/xftabstop.hxx"
 
 class XFIndex;
 class XFIndexTemplate;
diff --git a/lotuswordpro/inc/xfilter/xfpagemaster.hxx b/lotuswordpro/inc/xfilter/xfpagemaster.hxx
index 529dcdb1cb45..b9f1d125471f 100644
--- a/lotuswordpro/inc/xfilter/xfpagemaster.hxx
+++ b/lotuswordpro/inc/xfilter/xfpagemaster.hxx
@@ -64,7 +64,7 @@
 #include "xfilter/xfglobal.hxx"
 #include "xfilter/xfstyle.hxx"
 #include "xfilter/xfcolor.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfmargins.hxx"
 
 class XFBorders;
 class XFShadow;
diff --git a/lotuswordpro/inc/xfilter/xfparastyle.hxx b/lotuswordpro/inc/xfilter/xfparastyle.hxx
index e8402df2bac6..9bfb67c392f1 100644
--- a/lotuswordpro/inc/xfilter/xfparastyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfparastyle.hxx
@@ -70,7 +70,7 @@
 #include "xfilter/xfglobal.hxx"
 #include "xfilter/xfstyle.hxx"
 #include "xfilter/xfcolor.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfmargins.hxx"
 #include "xfilter/xfbreaks.hxx"
 #include "xfilter/xfpadding.hxx"
 #include "xfilter/xfshadow.hxx"
diff --git a/lotuswordpro/inc/xfilter/xfsectionstyle.hxx b/lotuswordpro/inc/xfilter/xfsectionstyle.hxx
index 2f2622f82efd..8dd73b5be836 100644
--- a/lotuswordpro/inc/xfilter/xfsectionstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xfsectionstyle.hxx
@@ -62,7 +62,7 @@
 
 #include "xfilter/xfglobal.hxx"
 #include "xfilter/xfstyle.hxx"
-#include "xfbgimage.hxx"
+#include "xfilter/xfbgimage.hxx"
 #include "xfilter/xfcolor.hxx"
 #include <memory>
 
diff --git a/lotuswordpro/inc/xfilter/xfstylemanager.hxx b/lotuswordpro/inc/xfilter/xfstylemanager.hxx
index f9bb8fac0371..9a2c5ca0cec3 100644
--- a/lotuswordpro/inc/xfilter/xfstylemanager.hxx
+++ b/lotuswordpro/inc/xfilter/xfstylemanager.hxx
@@ -60,7 +60,7 @@
 #ifndef INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLEMANAGER_HXX
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFSTYLEMANAGER_HXX
 
-#include "xfglobal.hxx"
+#include "xfilter/xfglobal.hxx"
 #include "xfilter/xffontdecl.hxx"
 #include "xfilter/xfstylecont.hxx"
 #include "xfilter/xfconfigmanager.hxx"
diff --git a/lotuswordpro/inc/xfilter/xftable.hxx b/lotuswordpro/inc/xfilter/xftable.hxx
index 6e650cbef4c6..fd5130c435d3 100644
--- a/lotuswordpro/inc/xfilter/xftable.hxx
+++ b/lotuswordpro/inc/xfilter/xftable.hxx
@@ -61,8 +61,8 @@
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABLE_HXX
 
 #include "xfilter/xfcontent.hxx"
-#include "xfrow.hxx"
-#include "xfcell.hxx"
+#include "xfilter/xfrow.hxx"
+#include "xfilter/xfcell.hxx"
 #include "xfilter/xfcontentcontainer.hxx"
 #include <map>
 #include <vector>
diff --git a/lotuswordpro/inc/xfilter/xftablestyle.hxx b/lotuswordpro/inc/xfilter/xftablestyle.hxx
index 62f6bcdf57b8..899ea33b8822 100644
--- a/lotuswordpro/inc/xfilter/xftablestyle.hxx
+++ b/lotuswordpro/inc/xfilter/xftablestyle.hxx
@@ -61,7 +61,7 @@
 #define INCLUDED_LOTUSWORDPRO_INC_XFILTER_XFTABLESTYLE_HXX
 
 #include "xfilter/xfstyle.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfmargins.hxx"
 #include "xfilter/xfshadow.hxx"
 #include "xfilter/xfcolor.hxx"
 #include "xfilter/xfbreaks.hxx"
diff --git a/lotuswordpro/inc/xfilter/xftextboxstyle.hxx b/lotuswordpro/inc/xfilter/xftextboxstyle.hxx
index a185428b3cc4..b6b1aa72e7e8 100644
--- a/lotuswordpro/inc/xfilter/xftextboxstyle.hxx
+++ b/lotuswordpro/inc/xfilter/xftextboxstyle.hxx
@@ -58,7 +58,7 @@
 
 #include "xfilter/xfglobal.hxx"
 #include "xfilter/xfstyle.hxx"
-#include "xfmargins.hxx"
+#include "xfilter/xfmargins.hxx"
 #include "xfilter/xfcolor.hxx"
 #include "xfilter/xfpadding.hxx"
 


More information about the Libreoffice-commits mailing list