[Libreoffice-commits] core.git: sc/source sd/source sw/source

Stephan Bergmann sbergman at redhat.com
Mon Oct 23 12:48:13 UTC 2017


 sc/source/core/data/documen2.cxx     |    4 ++--
 sc/source/filter/excel/xestream.cxx  |    4 ++--
 sd/source/filter/cgm/sdcgmfilter.cxx |    2 +-
 sw/source/filter/ww8/wrtww8.hxx      |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit b0b4482cc496b163b4c8d23a0c2156f38017abc5
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Oct 23 14:47:00 2017 +0200

    Simplify some includes
    
    ...where the relevant path is already found via -I settings
    
    Change-Id: I9cb13b7b648ff2b1983a8b80d5047c4d9da9f515

diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx
index d6b7a03d14c0..6b1628329304 100644
--- a/sc/source/core/data/documen2.cxx
+++ b/sc/source/core/data/documen2.cxx
@@ -85,8 +85,8 @@
 #include "externalrefmgr.hxx"
 #include "appoptio.hxx"
 #include "scmod.hxx"
-#include "../../ui/inc/viewdata.hxx"
-#include "../../ui/inc/viewutil.hxx"
+#include "viewdata.hxx"
+#include "viewutil.hxx"
 #include "tabprotection.hxx"
 #include "formulaparserpool.hxx"
 #include "clipparam.hxx"
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index c1e0688731c0..4e53e61da04d 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -44,8 +44,8 @@
 #include "refreshtimerprotector.hxx"
 #include "globstr.hrc"
 
-#include <../../ui/inc/docsh.hxx>
-#include <../../ui/inc/viewdata.hxx>
+#include <docsh.hxx>
+#include <viewdata.hxx>
 #include <excdoc.hxx>
 
 #include <oox/token/tokens.hxx>
diff --git a/sd/source/filter/cgm/sdcgmfilter.cxx b/sd/source/filter/cgm/sdcgmfilter.cxx
index 7fa2fed5ad46..bf27e5a9b173 100644
--- a/sd/source/filter/cgm/sdcgmfilter.cxx
+++ b/sd/source/filter/cgm/sdcgmfilter.cxx
@@ -32,7 +32,7 @@
 #include "drawdoc.hxx"
 #include "sdcgmfilter.hxx"
 
-#include "../../ui/inc/DrawDocShell.hxx"
+#include "DrawDocShell.hxx"
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::uno;
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index e726231442fa..cce3de273005 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -33,7 +33,7 @@
 #include "fields.hxx"
 #include "types.hxx"
 #include "writerhelper.hxx"
-#include "../inc/msfilter.hxx"
+#include "msfilter.hxx"
 #include <expfld.hxx>
 #include "WW8TableInfo.hxx"
 


More information about the Libreoffice-commits mailing list