[Libreoffice-commits] core.git: cui/inc cui/source svl/source svx/source

Philipp Riemer ruderphilipp at gmail.com
Wed Sep 4 01:12:15 PDT 2013


 cui/inc/pch/precompiled_cui.hxx    |    1 -
 cui/source/dialogs/cuifmsearch.cxx |    1 -
 svl/source/items/style.cxx         |    1 -
 svx/source/form/fmsrccfg.cxx       |    1 -
 4 files changed, 4 deletions(-)

New commits:
commit 387666fbd751561b53b5c7072e85551d22fced74
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date:   Tue Sep 3 19:19:41 2013 +0200

    remove filerec.hxx inclusion where not needed
    
    Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43
    Reviewed-on: https://gerrit.libreoffice.org/5792
    Reviewed-by: David Tardon <dtardon at redhat.com>
    Tested-by: David Tardon <dtardon at redhat.com>

diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx
index 965a275..74a9e8c 100644
--- a/cui/inc/pch/precompiled_cui.hxx
+++ b/cui/inc/pch/precompiled_cui.hxx
@@ -407,7 +407,6 @@
 #include <svl/ctloptions.hxx>
 #include <svl/eitem.hxx>
 #include <svl/filenotation.hxx>
-#include <svl/filerec.hxx>
 #include <svl/flagitem.hxx>
 #include <svl/intitem.hxx>
 #include <svl/itemiter.hxx>
diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx
index 96faf47..ad3304c 100644
--- a/cui/source/dialogs/cuifmsearch.cxx
+++ b/cui/source/dialogs/cuifmsearch.cxx
@@ -26,7 +26,6 @@
 #include <osl/mutex.hxx>
 #include <sfx2/app.hxx>
 #include <cuires.hrc>
-#include <svl/filerec.hxx>
 #include <svx/fmsrccfg.hxx>
 #include <svx/fmsrcimp.hxx>
 #include "fmsearch.hrc"
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 1c04655..2695577 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -27,7 +27,6 @@
 #include <svl/itemset.hxx>
 #include <svl/itempool.hxx>
 #include <poolio.hxx>
-#include <svl/filerec.hxx>
 #include <svl/itemiter.hxx>
 #include <svl/style.hxx>
 #include <unotools/syslocale.hxx>
diff --git a/svx/source/form/fmsrccfg.cxx b/svx/source/form/fmsrccfg.cxx
index e2c78a2..c74e4df 100644
--- a/svx/source/form/fmsrccfg.cxx
+++ b/svx/source/form/fmsrccfg.cxx
@@ -18,7 +18,6 @@
  */
 
 #include "svx/fmsrccfg.hxx"
-#include <svl/filerec.hxx>
 #include <com/sun/star/i18n/TransliterationModules.hpp>
 #include <comphelper/processfactory.hxx>
 


More information about the Libreoffice-commits mailing list