diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-09-03 19:19:41 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-09-04 08:11:56 +0000 |
commit | 387666fbd751561b53b5c7072e85551d22fced74 (patch) | |
tree | d56138a661cdf4e4f6129a2d8acaaba314ec43e7 /cui | |
parent | 5fe4829b5dd35bf2026e531ba4e634cc616fb658 (diff) |
remove filerec.hxx inclusion where not needed
Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43
Reviewed-on: https://gerrit.libreoffice.org/5792
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/inc/pch/precompiled_cui.hxx | 1 | ||||
-rw-r--r-- | cui/source/dialogs/cuifmsearch.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cui/inc/pch/precompiled_cui.hxx b/cui/inc/pch/precompiled_cui.hxx index 965a275a9cf6..74a9e8c3d6f3 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 96faf47509bb..ad3304c03295 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" |